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:
auria 2008-11-15 02:12:28 +00:00
parent e87201b98a
commit fa2345375a
3 changed files with 4 additions and 4 deletions

View File

@ -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);
// ------------------------------------------------------------------------

View File

@ -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, "" },