themeable system message animation

This commit is contained in:
Chris Danford
2005-05-09 09:49:13 +00:00
parent e33ffbe777
commit 17b6d15d79
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1295,7 +1295,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
if( !GAMESTATE->m_bIsOnSystemMenu )
{
SCREENMAN->DeletePreparedScreens();
SCREENMAN->SystemMessage( "OPERATOR" );
SCREENMAN->SystemMessage( "Service switch pressed" );
GAMESTATE->Reset();
SCREENMAN->SetNewScreen( "ScreenOptionsMenu" );
}