diff -u -r angband-290/src/birth.c angband/src/birth.c
--- angband-290/src/birth.c	Mon Apr 10 07:42:28 2000
+++ angband/src/birth.c	Sat May 27 16:16:32 2000
@@ -1174,6 +1174,12 @@
 		op_ptr->opt[OPT_ADULT + (i - OPT_BIRTH)] = op_ptr->opt[i];
 	}
 
+	/* Reset score options from cheat options */
+	for (i = OPT_CHEAT; i < OPT_ADULT; i++)
+	{
+		op_ptr->opt[OPT_SCORE + (i - OPT_CHEAT)] = op_ptr->opt[i];
+	}
+
 	/* Clean up */
 	clear_from(10);
 


