From c65234328ac38712a1ef4cd4c8691621a641fa36 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Wed, 11 May 2011 14:33:12 +0000 Subject: [PATCH] DevHC messed up --- code/game/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/g_local.h b/code/game/g_local.h index 3dc10560..64e21fa5 100644 --- a/code/game/g_local.h +++ b/code/game/g_local.h @@ -337,7 +337,7 @@ typedef struct { 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