remove m_bIsTransparent
This commit is contained in:
@@ -86,8 +86,6 @@ ScreenTextEntry::ScreenTextEntry(
|
||||
bool bPassword ) :
|
||||
ScreenWithMenuElements( sClassName )
|
||||
{
|
||||
m_bIsTransparent = true; // draw screens below us
|
||||
|
||||
m_sQuestion = sQuestion;
|
||||
m_sAnswer = CStringToWstring( sInitialAnswer );
|
||||
m_iMaxInputLength = iMaxInputLength;
|
||||
|
||||
Reference in New Issue
Block a user