Initial check in of icontext.

This commit is contained in:
Bart House
2018-11-22 20:47:22 -08:00
parent 6272c37035
commit 5bbe3cd6bb
6 changed files with 34 additions and 19 deletions

View File

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

View File

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