about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 103e4a01..8cef2cf8 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -49,7 +49,7 @@ public:
 	enum
 	{
 		FLAG_DESTROY=0x00000001,
-		FLAG_ALIVE=0x00000002,
+		FLAG_PHYSICS=0x00000002,
 	};
 	
 	entity(int objtype);
@@ -272,6 +272,8 @@ public:
 		
 	void try_respawn();
 	void respawn();
+	
+	void set_team(int team);
 
 	bool is_grounded();