diff -r 8d1724e1337e -r f264ad9d8965 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Sat May 05 17:29:04 2012 +0100 +++ b/hedgewars/PascalExports.pas Sat May 05 18:10:41 2012 +0100 @@ -89,7 +89,7 @@ // equivalent to esc+y; when closeFrontend = true the game exits after memory cleanup procedure HW_terminate(closeFrontend: boolean); cdecl; export; begin - alsoShutdownFrontend:= closeFrontend; + closeFrontend:= closeFrontend; // avoid hint ParseCommand('forcequit', true); end;