Modified objects initialization to support re-entry.

This commit is contained in:
Bart House
2018-11-23 15:13:22 -08:00
parent 041e55467a
commit c3eefefc99
13 changed files with 26 additions and 30 deletions

View File

@@ -97,7 +97,6 @@ char *argv[];
nethack_enter(argc, argv);
instance_globals_init();
sys_early_init();
#if defined(WIN32) && defined(TTY_GRAPHICS)

View File

@@ -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);