From 4c3b100c160052d2a7af3362935caf1bfc5af91b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 23 Mar 2005 04:10:11 +0000 Subject: [PATCH] fix bogus s_bCancelled flag --- stepmania/src/ScreenTextEntry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 9b89c672a5..dd16fa3428 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -57,7 +57,6 @@ ScreenTextEntry::ScreenTextEntry( Screen( sClassName ) { m_bIsTransparent = true; // draw screens below us - m_bCancelled = false; m_sQuestion = sQuestion; m_sAnswer = CStringToWstring( sInitialAnswer );