renamed missile.projectile to bubblegum.projectile
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2458 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e87201b98a
commit
fa2345375a
@ -63,7 +63,7 @@ public:
|
||||
Item (ItemType type, const Vec3& xyz, const Vec3& normal,
|
||||
ssgEntity* model, unsigned int item_id,
|
||||
bool rotate=true);
|
||||
~Item ();
|
||||
virtual ~Item ();
|
||||
void update (float delta);
|
||||
virtual void isCollected(float t=2.0f);
|
||||
// ------------------------------------------------------------------------
|
||||
|
@ -42,9 +42,9 @@ initPowerupType;
|
||||
initPowerupType ict[]=
|
||||
{
|
||||
{POWERUP_ZIPPER, "zipper.collectable" },
|
||||
{POWERUP_BOWLING, "bowling.projectile" },
|
||||
{POWERUP_BUBBLEGUM, "missile.projectile" },
|
||||
{POWERUP_CAKE, "cake.projectile" },
|
||||
{POWERUP_BOWLING, "bowling.projectile" },
|
||||
{POWERUP_BUBBLEGUM, "bubblegum.projectile" },
|
||||
{POWERUP_CAKE, "cake.projectile" },
|
||||
{POWERUP_ANVIL, "anvil.collectable" },
|
||||
{POWERUP_PARACHUTE, "parachute.collectable" },
|
||||
{POWERUP_MAX, "" },
|
||||
|
Loading…
Reference in New Issue
Block a user