about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-07-22 11:53:15 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-07-22 11:53:15 +0000
commit26dd1c20cee2bf814396cb941c6aea68e63d664f (patch)
tree96b2ab24e5d5e59ba5b1108b6db090aa93e5c801 /src/game/game.h
parent2165a728c25d804128933408cd8753c333be9ed3 (diff)
downloadzcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.tar.gz
zcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.zip
Updated stuff
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,