summary refs log tree commit diff
path: root/pkgs/games/quake3/game/exit.patch
blob: 82785167a782475533fac8eac9e32c3c1d967605 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru -x '*~' ioquake3_1.34-rc3-orig//code/unix/unix_main.c ioquake3_1.34-rc3//code/unix/unix_main.c
--- code/unix/unix_main.c	2006-11-28 23:05:25.000000000 +0100
+++ code/unix/unix_main.c	2011-01-10 12:43:51.000000000 +0100
@@ -341,7 +341,7 @@
 void Sys_Exit( int ex ) {
   Sys_ConsoleInputShutdown();
 
-#ifdef NDEBUG // regular behavior
+#if 0
 
   // We can't do this 
   //  as long as GL DLL's keep installing with atexit...