[quake3-commits] r1975 - trunk/code/game
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed May 11 10:33:12 EDT 2011
Author: thilo
Date: 2011-05-11 10:33:12 -0400 (Wed, 11 May 2011)
New Revision: 1975
Modified:
trunk/code/game/g_local.h
Log:
DevHC messed up
Modified: trunk/code/game/g_local.h
===================================================================
--- trunk/code/game/g_local.h 2011-05-11 14:21:27 UTC (rev 1974)
+++ trunk/code/game/g_local.h 2011-05-11 14:33:12 UTC (rev 1975)
@@ -337,7 +337,7 @@
struct gentity_s *gentities;
int gentitySize;
- int num_entities; // MAX_CLIENTS <= num_entities <= ENTITYNUM_MAX_NORMAL
+ int num_entities; // MAX_CLIENTS <= num_entities <= ENTITYNUM_MAX_NORMAL
int warmupTime; // restart match at this time
More information about the quake3-commits
mailing list