mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
a0e4692d59
commit
2068d993a7
1 changed files with 8 additions and 0 deletions
|
@ -598,6 +598,14 @@ int32_t app_main(int32_t argc, const char **argv)
|
||||||
|
|
||||||
Bstrncpy(game_executable, DefaultGameLocalExec, sizeof(game_executable));
|
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;
|
if ((i = CallExtInit()) < 0) return -1;
|
||||||
|
|
||||||
#ifdef STARTUP_SETUP_WINDOW
|
#ifdef STARTUP_SETUP_WINDOW
|
||||||
|
|
Loading…
Reference in a new issue