On life change, send a message. Remove the duplicate code

from ScoreDisplayLifeTime; actors can catch the message
if they want to do things like this.
This commit is contained in:
Glenn Maynard
2006-11-21 03:11:58 +00:00
parent 2c67ed8391
commit f9f485debf
4 changed files with 27 additions and 59 deletions
-2
View File
@@ -21,8 +21,6 @@ public:
virtual void OnJudgment( HoldNoteScore score, TapNoteScore tscore );
protected:
void PlayGainLoss( const RString &sCommand, float fDeltaLifeSecs );
AutoActor m_sprFrame;
BitmapText m_textTimeRemaining;
BitmapText m_textDeltaSeconds;