mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Warning fix
git-svn-id: https://svn.eduke32.com/eduke32@239 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
814a274d5f
commit
3e9584a144
1 changed files with 1 additions and 1 deletions
|
@ -8895,7 +8895,7 @@ void app_main(int argc,char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined RENDERTYPEWIN || (defined RENDERTYPESDL && !defined __APPLE__ && defined HAVE_GTK2)
|
#if defined RENDERTYPEWIN || (defined RENDERTYPESDL && !defined __APPLE__ && defined HAVE_GTK2)
|
||||||
if (i < 0 || !NoSetup && ForceSetup || CommandSetup) {
|
if (i < 0 || (!NoSetup && ForceSetup) || CommandSetup) {
|
||||||
if (quitevent || !startwin_run()) {
|
if (quitevent || !startwin_run()) {
|
||||||
uninitengine();
|
uninitengine();
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
Loading…
Reference in a new issue