diff --git a/stepmania/src/PlayerAI.h b/stepmania/src/PlayerAI.h index 904f7ff537..db22b59da7 100644 --- a/stepmania/src/PlayerAI.h +++ b/stepmania/src/PlayerAI.h @@ -20,7 +20,7 @@ class PlayerAI public: static void InitFromDisk(); - static TapNoteScore PlayerAI::GetTapNoteScore( int iCpuSkill, int iSumOfAttackLevels ); + static TapNoteScore GetTapNoteScore( int iCpuSkill, int iSumOfAttackLevels ); };