Warning fix

git-svn-id: https://svn.eduke32.com/eduke32@239 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-07-22 03:11:31 +00:00
parent 814a274d5f
commit 3e9584a144

View file

@ -8895,7 +8895,7 @@ void app_main(int argc,char **argv)
}
#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()) {
uninitengine();
exit(0);