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 );