Revert "Modified objects initialization to support re-entry."

This reverts commit c3eefefc99.
This commit is contained in:
nhmall
2018-11-23 22:16:24 -05:00
parent efdfd2fa1d
commit 3cbc6d4cf5
13 changed files with 30 additions and 26 deletions

View File

@@ -203,8 +203,6 @@ char *argv[];
}
#endif
objects_globals_init();
tilecount = 0;
xoffset = yoffset = 0;
initflag = 0;

View File

@@ -113,6 +113,7 @@ int set, entry;
we're linked properly.
*/
monst_init();
objects_init();
(void) def_char_to_objclass(']');
condnum = tilenum = 0;

View File

@@ -97,6 +97,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine,
win10_init();
instance_globals_init();
sys_early_init();
/* init applicatio structure */