From cdcc774b029c41026fb97a01eaa10cd46b74488a Mon Sep 17 00:00:00 2001 From: Olle Rosenquist Date: Mon, 23 Jul 2007 17:51:35 +0000 Subject: [PATCH] Ninja powerup shouldn't spawn directly --- src/game/game.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/game/game.h b/src/game/game.h index 3ed3fd054..1c5243478 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 {