fix bogus s_bCancelled flag

This commit is contained in:
Chris Danford
2005-03-23 04:10:11 +00:00
parent ee4be22260
commit 4c3b100c16
-1
View File
@@ -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 );