From 2663f35be85a09916c5a8dbe4b903a1a0d4659d4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 26 Mar 2007 22:52:54 +0000 Subject: [PATCH] kill first draw after BeginScreen --- stepmania/src/Screen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/Screen.cpp b/stepmania/src/Screen.cpp index 60d760db9c..abdf94c5f8 100644 --- a/stepmania/src/Screen.cpp +++ b/stepmania/src/Screen.cpp @@ -67,6 +67,8 @@ void Screen::Init() void Screen::BeginScreen() { + m_bFirstUpdate = true; + /* Screens set these when they determine their next screen dynamically. Reset them * here, so a reused screen doesn't inherit these from the last time it was used. */ m_sNextScreen = RString();