diff -r 17f3ca06e39a -r 4fca8bcfaff0 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sat Jun 14 23:59:20 2014 +0200 +++ b/hedgewars/uIO.pas Sun Jun 15 00:02:25 2014 +0200 @@ -416,7 +416,7 @@ SendIPC('E' + s); // TODO: should we try to clean more stuff here? SDL_Quit; - halt(2) + halt(HaltFatalError); end; procedure doPut(putX, putY: LongInt; fromAI: boolean);