- Reset for previously selected static map ios-revival
authorantonc27 <antonc27@mail.ru>
Sat, 12 Sep 2015 04:12:29 +0200
branchios-revival
changeset 11161 ce19a557e3b4
parent 11160 f1f044e88039
child 11162 715849bf6458
- 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.
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.