genworld_gui.c
changeset 5024 5e98bf731469
parent 4948 22ff05c1a3b1
child 5033 5afbddbef4b6
--- a/genworld_gui.c	Sun Nov 05 08:24:09 2006 +0000
+++ b/genworld_gui.c	Sun Nov 05 08:24:52 2006 +0000
@@ -163,7 +163,7 @@
 	/* Copy all XXX_newgame to XXX */
 	UpdatePatches();
 	_opt_ptr = &_opt;
-	memcpy(_opt_ptr, &_opt_newgame, sizeof(GameOptions));
+	*_opt_ptr = _opt_newgame;
 	/* Load the right landscape stuff */
 	GfxLoadSprites();