From 2e225117c364028e903e41d1d9b4385cfa56af01 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 7 Jul 2005 04:52:27 +0000 Subject: [PATCH] both MakeNewScreenInternal and MakeNewScreen call ZeroNextUpdate, and MakeNewScreen calls MakeNewScreenInternal anyway --- stepmania/src/ScreenManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index e48b83bd48..aeecc49baf 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -270,8 +270,6 @@ Screen* ScreenManager::MakeNewScreenInternal( const CString &sScreenName ) Screen* ScreenManager::MakeNewScreen( const CString &sScreenName ) { - ZeroNextUpdate(); - /* 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). * XXX: screens should turn this on in SM_LoseFocus if they handle timers themselves, too */