Fix Mapster32 fullscreen video modes. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4740 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-11-22 12:27:57 +00:00
parent a0e4692d59
commit 2068d993a7
1 changed files with 8 additions and 0 deletions

View File

@ -598,6 +598,14 @@ int32_t app_main(int32_t argc, const char **argv)
Bstrncpy(game_executable, DefaultGameLocalExec, sizeof(game_executable));
if (preinitengine())
{
wm_msgbox("Build Engine Initialization Error",
"There was a problem initializing the Build engine: %s", engineerrstr);
ERRprintf("app_main: There was a problem initializing the Build engine: %s\n", engineerrstr);
Bexit(2);
}
if ((i = CallExtInit()) < 0) return -1;
#ifdef STARTUP_SETUP_WINDOW