# HG changeset patch # User antonc27 # Date 1442023949 -7200 # Node ID ce19a557e3b4bef5a0de30794936ca437461becc # Parent f1f044e88039ae4e511f16fa4c363735234b9058 - 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. diff -r f1f044e88039 -r ce19a557e3b4 hedgewars/uVariables.pas --- 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.