comment/cleanup spree

This commit is contained in:
AJ Kelly
2010-08-22 13:24:32 -05:00
parent e96148f561
commit d53a8442d0
6 changed files with 21 additions and 24 deletions
-2
View File
@@ -40,14 +40,12 @@ void ScoreDisplayAliveTime::LoadFromNode( const XNode* pNode )
void ScoreDisplayAliveTime::Update( float fDelta )
{
UpdateNumber();
BitmapText::Update( fDelta );
}
void ScoreDisplayAliveTime::HandleMessage( const Message &msg )
{
// TODO: Add handling of GoalComplete message
BitmapText::HandleMessage( msg );
}