fix CoinMode toggling on ScreenTitleMenu

This commit is contained in:
Chris Danford
2005-01-05 04:35:15 +00:00
parent 910f9d75ba
commit cfd7f6300f
12 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void ScreenTest::Input( const DeviceInput& DeviceI, const InputEventType type, c
if( DeviceI.button == KEY_ESC )
{
if( type != IET_FIRST_PRESS ) return;
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
SCREENMAN->SetNewScreen( "ScreenTitleBranch" );
return;
}
}