Moved more globals to instance_globals.
This commit is contained in:
@@ -739,10 +739,10 @@ boolean *valsetlist;
|
||||
*/
|
||||
if (fld == BL_GOLD
|
||||
&& (context.rndencode != oldrndencode
|
||||
|| showsyms[COIN_CLASS + SYM_OFF_O] != oldgoldsym)) {
|
||||
|| g.showsyms[COIN_CLASS + SYM_OFF_O] != oldgoldsym)) {
|
||||
update_all = TRUE; /* chg = 2; */
|
||||
oldrndencode = context.rndencode;
|
||||
oldgoldsym = showsyms[COIN_CLASS + SYM_OFF_O];
|
||||
oldgoldsym = g.showsyms[COIN_CLASS + SYM_OFF_O];
|
||||
}
|
||||
|
||||
reset = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user