restore.c globals moved to instance_globals.

This commit is contained in:
Bart House
2018-11-23 10:36:45 -08:00
parent 9e40a1dfae
commit c91d560591
6 changed files with 63 additions and 40 deletions

View File

@@ -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) {