summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 12:05:12 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:39 +0000
commit3bab258f94500c48a46c14e68ff81005483e6ebf (patch)
treebd842030c12daa63ce8f09a0f2c5ff9b5ed15375 /src/game/bg_public.h
parent30386f196338d06c92eee69abab009f368a63813 (diff)
* CG_PLAYER_LOCATION now determined by the client
* add trap_R_inPVS to cg_local.h/cg_syscalls.asm
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index b40863df..df1bc0ba 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -1167,6 +1167,8 @@ typedef enum
ET_BUILDABLE, // buildable type
+ ET_LOCATION,
+
ET_MISSILE,
ET_MOVER,
ET_BEAM,