about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/game/game.h b/src/game/game.h
index c9010aa0..3ed3fd05 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -49,6 +49,7 @@ enum
 	MSG_CHAT,
 	MSG_SETNAME,
 	MSG_KILLMSG,
+	MSG_SWITCHTEAM,
 };
 
 enum
@@ -157,11 +158,6 @@ struct obj_player
 
 enum
 {
-	WEAPON_TYPE_GUN			= 0,
-	WEAPON_TYPE_ROCKET		= 1,
-	WEAPON_TYPE_SHOTGUN		= 2,
-	WEAPON_TYPE_MELEE		= 3,
-	WEAPON_NUMWEAPONS,
 	//WEAPON_TYPE_SNIPER		= 2,
 
 	POWERUP_TYPE_HEALTH			= 0,