summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2010-01-17 05:21:37 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:25 +0000
commit8d2328070e6c53e91ff145ddcbfe5c27a38965c7 (patch)
tree0899cdf1269dff9a3657eb0e2ba1ce407aad99a8 /src/game/bg_public.h
parent1573be6af74dc4b0106c4301813f9da2911187fe (diff)
* Complain about too many target_locations
* Do not send "unknown" location since it is ignored and may not always be sent * Remove unused CS_PRECACHES
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 912e2d39..c9c752e0 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -72,8 +72,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define CS_SHADERS (CS_SOUNDS+MAX_SOUNDS)
#define CS_PARTICLE_SYSTEMS (CS_SHADERS+MAX_GAME_SHADERS)
#define CS_PLAYERS (CS_PARTICLE_SYSTEMS+MAX_GAME_PARTICLE_SYSTEMS)
-#define CS_PRECACHES (CS_PLAYERS+MAX_CLIENTS)
-#define CS_LOCATIONS (CS_PRECACHES+MAX_CLIENTS)
+#define CS_LOCATIONS (CS_PLAYERS+MAX_CLIENTS)
#define CS_MAX (CS_LOCATIONS+MAX_LOCATIONS)