From aed1cd789e1b59223fed5f71d343a38aacd20df2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jun 2003 05:17:40 +0000 Subject: [PATCH] cleanup --- stepmania/src/PlayerAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); };