Correct for rebasing mistakes.

This commit is contained in:
Bart House
2018-12-16 20:18:52 -08:00
parent cb42021389
commit 07b01da147
2 changed files with 2 additions and 1 deletions

View File

@@ -704,7 +704,7 @@ boolean *valsetlist;
if (fld == BL_GOLD
&& (context.rndencode != oldrndencode
|| g.showsyms[COIN_CLASS + SYM_OFF_O] != oldgoldsym)) {
update_all = TRUE; /* chg = 2; */
g.update_all = TRUE; /* chg = 2; */
oldrndencode = context.rndencode;
oldgoldsym = g.showsyms[COIN_CLASS + SYM_OFF_O];
}

View File

@@ -22,6 +22,7 @@ sys_early_init()
{
decl_globals_init();
objects_globals_init();
monst_globals_init();
sysopt.support = (char *) 0;
sysopt.recover = (char *) 0;