This commit is contained in:
Paul 2001-07-29 19:18:01 +00:00
parent 535ab93071
commit 9e1c8c54ac

View file

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