about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index 7df0a9c4..cd2652fb 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -151,6 +151,7 @@ public:
 	
 	virtual void snap(int snapping_client);
 	virtual int getteam(int notthisid);
+	int clampteam(int team);
 };
 
 extern gameobject *gameobj;
@@ -285,6 +286,7 @@ public:
 	bool spawning;
 	bool dead;
 	int die_tick;
+	vec2 die_pos;
 	
 	// latency calculations
 	int latency_accum;