nixpkgs/pkgs/games/quake3/game/exit.patch
Eelco Dolstra 3792a1ec37 * ioquake3 updated to 1.36. Also applied a hack to get better
coverage data.
* Quake 3 wrapper: wrap the dedicated server.

svn path=/nixpkgs/trunk/; revision=25487
2011-01-10 12:24:48 +00:00

13 lines
434 B
Diff

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...