hedgewars/PascalExports.pas
changeset 7027 f264ad9d8965
parent 6998 f2524a80eea2
--- 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;