about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/game.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/game/game.h b/src/game/game.h
index 3ed3fd05..1c524347 100644
--- a/src/game/game.h
+++ b/src/game/game.h
@@ -156,22 +156,6 @@ struct obj_player
 	int team;
 };
 
-enum
-{
-	//WEAPON_TYPE_SNIPER		= 2,
-
-	POWERUP_TYPE_HEALTH			= 0,
-	POWERUP_TYPE_ARMOR			= 1,
-	POWERUP_TYPE_WEAPON			= 2,
-	POWERUP_TYPE_NINJA			= 3,
-	POWERUP_TYPE_TIMEFIELD		= 4,
-	POWERUP_TYPE_NUMPOWERUPS,
-
-	MODIFIER_TYPE_NINJA			= 0,
-	MODIFIER_TYPE_TIMEFIELD		= 1,
-	MODIFIER_NUMMODIFIERS,
-};
-
 
 struct mapres_spawnpoint
 {