restore.c globals moved to instance_globals.
This commit is contained in:
@@ -536,7 +536,7 @@ long wp_mask;
|
||||
* that can print a message--need to guard against being printed
|
||||
* when restoring a game
|
||||
*/
|
||||
(void) make_hallucinated((long) !on, restoring ? FALSE : TRUE,
|
||||
(void) make_hallucinated((long) !on, g.restoring ? FALSE : TRUE,
|
||||
wp_mask);
|
||||
}
|
||||
if (spfx & SPFX_ESP) {
|
||||
|
||||
Reference in New Issue
Block a user