[quake3-commits] r1940 - trunk/code/sys

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 9 08:33:57 EDT 2011


Author: tma
Date: 2011-04-09 08:33:56 -0400 (Sat, 09 Apr 2011)
New Revision: 1940

Modified:
   trunk/code/sys/sys_main.c
Log:
* Actually call Sys_PlatformExit

Modified: trunk/code/sys/sys_main.c
===================================================================
--- trunk/code/sys/sys_main.c	2011-04-07 23:41:32 UTC (rev 1939)
+++ trunk/code/sys/sys_main.c	2011-04-09 12:33:56 UTC (rev 1940)
@@ -207,6 +207,8 @@
 		remove( Sys_PIDFileName( ) );
 	}
 
+	Sys_PlatformExit( );
+
 	exit( exitCode );
 }
 



More information about the quake3-commits mailing list