This commit is contained in:
parent
4c0a773f2a
commit
495f6f89c8
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue