hedgewars/uVariables.pas
branchios-revival
changeset 11161 ce19a557e3b4
parent 11154 1d08386a7c0f
child 11165 7f6456607da7
--- a/hedgewars/uVariables.pas	Sat Sep 12 04:02:27 2015 +0200
+++ b/hedgewars/uVariables.pas	Sat Sep 12 04:12:29 2015 +0200
@@ -2749,6 +2749,7 @@
 
 procedure freeModule;
 begin
+    cPathz[ptMapCurrent] := '';
 end;
 
 end.