This commit is contained in:
Paul 2001-06-11 15:43:36 +00:00
parent 4c0a773f2a
commit 495f6f89c8
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ protected:
virtual void renderPickup(DVECTOR *_pos); virtual void renderPickup(DVECTOR *_pos);
private: private:
virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_ITEM__SKILL_ITEM;} virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_ITEM__ANY_OTHER_ITEM;}//SFX_ITEM__SKILL_ITEM;}
int m_tokenNumber; int m_tokenNumber;
}; };

View file

@ -53,7 +53,7 @@ protected:
virtual void renderPickup(DVECTOR *_pos); virtual void renderPickup(DVECTOR *_pos);
private: private:
virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_ITEM__SKILL_ITEM;} // virtual CSoundMediator::SFXID sfxToPlayWhenCollected(){return CSoundMediator::SFX_ITEM__SKILL_ITEM;}
int m_glint; int m_glint;
int m_glintRot; int m_glintRot;