Revert "Initial check in of icontext."

This reverts commit 5bbe3cd6bb.
This commit is contained in:
nhmall
2018-11-23 22:17:18 -05:00
parent 93ebcf0071
commit 162018060a
6 changed files with 19 additions and 34 deletions

View File

@@ -97,7 +97,9 @@ char *argv[];
nethack_enter(argc, argv);
icontext_init();
#ifdef PLAYAGAIN
decl_early_init();
#endif
sys_early_init();
#if defined(WIN32) && defined(TTY_GRAPHICS)

View File

@@ -37,7 +37,9 @@ char *argv[];
{
boolean resuming;
icontext_init();
#ifdef PLAYAGAIN
decl_early_init();
#endif
sys_early_init();
Strcpy(default_window_sys, "tty");
resuming = pcmain(argc, argv);