handle repeating input in ScreenMiniMenu

This commit is contained in:
Chris Danford
2003-10-08 06:31:39 +00:00
parent bf2a0cce19
commit 3ef4f01f39
3 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void Screen::Input( const DeviceInput& DeviceI, const InputEventType type, const
/* Don't make the user hold the back button if they're pressing escape. */
if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == SDLK_ESCAPE )
{
this->MenuBack( MenuI.player );
this->MenuBack( MenuI.player, type );
return;
}