From a41bd79eed2658c0754fa76788a18fba0bbcf849 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 6 Jun 2004 22:04:08 +0000 Subject: [PATCH] comment --- stepmania/src/ScreenManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index ce79f2a3f9..0965fb6538 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -501,7 +501,8 @@ void ScreenManager::Input( const DeviceInput& DeviceI, const InputEventType type Screen* ScreenManager::MakeNewScreen( CString sClassName ) { /* By default, RageSounds handles the song timer. When we change screens, reset this; - * screens turn this off in SM_GainFocus if they handle timers themselves (edit). */ + * screens turn this off in SM_GainFocus if they handle timers themselves (edit). + * XXX: screens should turn this on in SM_LoseFocus if they handle timers themselves, too */ SOUND->HandleSongTimer( true ); /* Cleanup song data. This can free up a fair bit of memory, so do it before