From 6a6f55b7c7fe81f01f72372d4ade7197e3468ef4 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 6 Aug 2006 02:11:48 +0000 Subject: [PATCH] Comment. --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 1428e5502b..c72d550d08 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1024,7 +1024,7 @@ void ScreenGameplay::LoadNextSong() // No need to do this here. We do it in SongFinished(). //GAMESTATE->RemoveAllActiveAttacks(); - /* If we're in battery mode, force FailImmediate. We assume in PlayerMinus::Step that + /* If we're in battery mode, force FailImmediate. We assume in Player::Step that * failed players can't step. */ if( GAMESTATE->m_SongOptions.GetCurrent().m_LifeType == SongOptions::LIFE_BATTERY ) SO_GROUP_ASSIGN( GAMESTATE->m_SongOptions, ModsLevel_Song, m_FailType, SongOptions::FAIL_IMMEDIATE );