Moved pray.c globals to instance_globals.

This commit is contained in:
Bart House
2018-11-23 16:50:23 -08:00
parent 1c1e5b7e36
commit 74caa8d8e4
11 changed files with 88 additions and 105 deletions

View File

@@ -30,11 +30,6 @@ boolean resuming;
int moveamt = 0, wtcap = 0, change = 0;
boolean monscanmove = FALSE;
/* Note: these initializers don't do anything except guarantee that
we're linked properly.
*/
monst_init();
/* if a save file created in normal mode is now being restored in
explore mode, treat it as normal restore followed by 'X' command
to use up the save file and require confirmation for explore mode */