Moved pray.c globals to instance_globals.
This commit is contained in:
@@ -204,6 +204,7 @@ char *argv[];
|
||||
#endif
|
||||
|
||||
objects_globals_init();
|
||||
monst_globals_init();
|
||||
|
||||
tilecount = 0;
|
||||
xoffset = yoffset = 0;
|
||||
|
||||
@@ -109,10 +109,6 @@ int set, entry;
|
||||
int i, j, condnum, tilenum;
|
||||
static char buf[BUFSZ];
|
||||
|
||||
/* Note: these initializers don't do anything except guarantee that
|
||||
we're linked properly.
|
||||
*/
|
||||
monst_init();
|
||||
(void) def_char_to_objclass(']');
|
||||
|
||||
condnum = tilenum = 0;
|
||||
|
||||
Reference in New Issue
Block a user