rename SetFromNewScreen -> PushScreen (it doesn't touch existing screens)

allow pushing screens without having them deleted on pop
This commit is contained in:
Glenn Maynard
2005-07-14 21:42:52 +00:00
parent df5d00eff1
commit fcbe7b1bd7
5 changed files with 46 additions and 34 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void ScreenTextEntry::TextEntry(
bPassword );
pNewScreen->Init();
SCREENMAN->ZeroNextUpdate();
SCREENMAN->SetFromNewScreen( pNewScreen );
SCREENMAN->PushScreen( pNewScreen, true );
}
bool ScreenTextEntry::s_bCancelledLast = false;