- Reset for previously selected static map
Note: If static map doesn't reset, library continue to use it, even if user select generated maze map from game settings.
--- 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.