diff -r e906ebd59612 -r c8a6f789398d hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu May 02 21:56:24 2013 +0400 +++ b/hedgewars/hwengine.pas Thu May 02 23:44:49 2013 +0400 @@ -220,10 +220,7 @@ SDL_MOUSEBUTTONDOWN: if GameState = gsConfirm then - begin - resetPosition(); - ParseCommand('quit', true); - end + ParseCommand('quit', true) else ProcessMouse(event.button, true);