diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-04-19 00:35:38 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2020-05-21 21:07:49 +0200 |
| commit | e43f651bbc7bd697c9005577a13c3b252df01ca0 (patch) | |
| tree | 8ad3d79704cb33e184c8a0c0bc29b9c75b05ee67 /src | |
| parent | 6d53d0b217992c8b2d4920f3e65f3db0ae287530 (diff) | |
Enable SDL2 code
Apparently it works (for me).
Diffstat (limited to 'src')
| -rw-r--r-- | src/main2.c | 3 |
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; } |
