This commit is contained in:
Paul 2001-07-12 20:45:18 +00:00
parent 318b7986fd
commit a7f3877c17
2 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@ public:
protected:
virtual int getWeaponSpriteFrame();
private:
virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_ITEM__CORAL_BLOWER;}
};

View File

@ -61,8 +61,6 @@ public:
protected:
virtual int getWeaponSpriteFrame();
private:
virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_JELLY_LAUNCHER;}
};