changeset 8948 | c8a6f789398d |
parent 8924 | 13ac59499066 |
child 9028 | 3a38c9453697 |
--- 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);