r1134 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Aug 23 20:23:37 EDT 2007


Author: tma
Date: 2007-08-23 20:23:37 -0400 (Thu, 23 Aug 2007)
New Revision: 1134

Modified:
   trunk/code/qcommon/files.c
Log:
* ...And the other deliberate mistake


Modified: trunk/code/qcommon/files.c
===================================================================
--- trunk/code/qcommon/files.c	2007-08-24 00:04:08 UTC (rev 1133)
+++ trunk/code/qcommon/files.c	2007-08-24 00:23:37 UTC (rev 1134)
@@ -1107,7 +1107,7 @@
 						}
 					}
 
-					if (!(pak->referenced & FS_QAGAME_REF) && strstr(filename, "game.qvm")) {
+					if (!(pak->referenced & FS_QAGAME_REF) && strstr(filename, "qagame.qvm")) {
 						pak->referenced |= FS_QAGAME_REF;
 					}
 					if (!(pak->referenced & FS_CGAME_REF) && strstr(filename, "cgame.qvm")) {




More information about the quake3-commits mailing list