Revert "Added decl_early_init() which is called when PLAYAGAIN is supported."
This reverts commit acbe4d9242.
This commit is contained in:
@@ -97,11 +97,7 @@ char *argv[];
|
||||
|
||||
nethack_enter(argc, argv);
|
||||
|
||||
#ifdef PLAYAGAIN
|
||||
decl_early_init();
|
||||
#endif
|
||||
sys_early_init();
|
||||
|
||||
#if defined(WIN32) && defined(TTY_GRAPHICS)
|
||||
Strcpy(default_window_sys, "tty");
|
||||
#else
|
||||
|
||||
@@ -37,9 +37,6 @@ char *argv[];
|
||||
{
|
||||
boolean resuming;
|
||||
|
||||
#ifdef PLAYAGAIN
|
||||
decl_early_init();
|
||||
#endif
|
||||
sys_early_init();
|
||||
Strcpy(default_window_sys, "tty");
|
||||
resuming = pcmain(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user