hedgewars/uIO.pas
changeset 10306 4fca8bcfaff0
parent 10142 adb804cb2638
child 10307 e13d3147f15b
--- 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);