Moved pray.c globals to instance_globals.

This commit is contained in:
Bart House
2018-12-16 19:43:02 -08:00
parent 0c71f0caac
commit cc881d02b1
11 changed files with 88 additions and 105 deletions
+1
View File
@@ -204,6 +204,7 @@ char *argv[];
#endif
objects_globals_init();
monst_globals_init();
tilecount = 0;
xoffset = yoffset = 0;