summaryrefslogtreecommitdiff
path: root/src/main2.c
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-04-19 00:35:38 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2020-05-21 21:07:49 +0200
commite43f651bbc7bd697c9005577a13c3b252df01ca0 (patch)
tree8ad3d79704cb33e184c8a0c0bc29b9c75b05ee67 /src/main2.c
parent6d53d0b217992c8b2d4920f3e65f3db0ae287530 (diff)
Enable SDL2 code
Apparently it works (for me).
Diffstat (limited to 'src/main2.c')
-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;
}