Modified objects initialization to support re-entry.
This commit is contained in:
@@ -97,7 +97,6 @@ char *argv[];
|
||||
|
||||
nethack_enter(argc, argv);
|
||||
|
||||
instance_globals_init();
|
||||
sys_early_init();
|
||||
|
||||
#if defined(WIN32) && defined(TTY_GRAPHICS)
|
||||
|
||||
@@ -37,8 +37,7 @@ char *argv[];
|
||||
{
|
||||
boolean resuming;
|
||||
|
||||
icontext_init();
|
||||
sys_early_init();
|
||||
early_init();
|
||||
Strcpy(default_window_sys, "tty");
|
||||
resuming = pcmain(argc, argv);
|
||||
moveloop(resuming);
|
||||
|
||||
Reference in New Issue
Block a user