# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1442029175 -7200
# Node ID 7f6456607da74faa759630cb79f711c5da41fb37
# Parent  f65f462d5a064c02dea6e68652aa9fab190e2020
- Revert of 'Reset for previously selected static map'

diff -r f65f462d5a06 -r 7f6456607da7 hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Sat Sep 12 05:23:28 2015 +0200
+++ b/hedgewars/uVariables.pas	Sat Sep 12 05:39:35 2015 +0200
@@ -2749,7 +2749,6 @@
 
 procedure freeModule;
 begin
-    cPathz[ptMapCurrent] := '';
 end;
 
 end.