From 5da5388b9942f5b34d4c452b376318788d2c4631 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Jun 2005 22:54:06 +0000 Subject: [PATCH] cleanups --- stepmania/src/ScreenSplash.cpp | 2 +- stepmania/src/ScreenStage.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenSplash.cpp b/stepmania/src/ScreenSplash.cpp index 40adff3dac..84c8e8d7d8 100644 --- a/stepmania/src/ScreenSplash.cpp +++ b/stepmania/src/ScreenSplash.cpp @@ -34,7 +34,7 @@ void ScreenSplash::HandleScreenMessage( const ScreenMessage SM ) float fScreenLoadSeconds = length.GetDeltaTime(); /* The screen load took fScreenLoadSeconds. Move on to the next screen after - * no less than MINIMUM_DELAY seconds. */ + * no less than MINIMUM_DELAY seconds. */ this->PostScreenMessage( SM_GoToNextScreen, max( 0, MINIMUM_LOAD_DELAY_SECONDS-fScreenLoadSeconds) ); return; } diff --git a/stepmania/src/ScreenStage.cpp b/stepmania/src/ScreenStage.cpp index 9480236d55..1bb1afcf32 100644 --- a/stepmania/src/ScreenStage.cpp +++ b/stepmania/src/ScreenStage.cpp @@ -1,10 +1,9 @@ #include "global.h" -#include "ActorUtil.h" #include "ScreenStage.h" +#include "ActorUtil.h" #include "ScreenManager.h" #include "RageLog.h" #include "GameConstantsAndTypes.h" -#include "SongManager.h" #include "AnnouncerManager.h" #include "GameState.h" #include "GameSoundManager.h"