summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main2.c b/src/main2.c
index 4c528f7..a707623 100644
--- a/src/main2.c
+++ b/src/main2.c
@@ -1730,9 +1730,7 @@ int main(int argc, char *argv[])
#endif
main_loop_state = 1;
- return 0;
-#if 0
#if !(ALIEN_DEMO|PREDATOR_DEMO|MARINE_DEMO)
while (AvP_MainMenus())
#else
@@ -1903,7 +1901,6 @@ if (AvP_MainMenus())
CDDA_End();
ClearMemoryPool();
#endif
-#endif
return 0;
}