Param table.

This commit is contained in:
Steve Checkoway
2006-11-17 17:18:35 +00:00
parent 1ea6837c02
commit db89c28b25
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -40,11 +40,11 @@ void ScoreDisplayAliveTime::Update( float fDelta )
BitmapText::Update( fDelta );
}
void ScoreDisplayAliveTime::PlayCommand( const RString &sCommandName )
void ScoreDisplayAliveTime::PlayCommand( const RString &sCommandName, const LuaReference *pParamTable )
{
// TODO: Add handling of GoalComplete message
BitmapText::PlayCommand( sCommandName );
BitmapText::PlayCommand( sCommandName, pParamTable );
}
void ScoreDisplayAliveTime::UpdateNumber()