dummy out internal scoring

This commit is contained in:
Flameshadowxeroshin
2012-12-28 11:22:47 -06:00
parent 6c2947b54b
commit e1b2222336
2 changed files with 3 additions and 28 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ AutoScreenMessage( SM_PlayToasty );
/** @brief The default ScoreKeeper implementation. */
class ScoreKeeperNormal: public ScoreKeeper
{
void AddScoreInternal( TapNoteScore score );
void AddScoreInternal( TapNoteScore );
int m_iScoreRemainder;
int m_iMaxPossiblePoints;