changeset 5679 | 505c6448069b |
parent 5555 | 38e3d9347910 |
child 5725 | e27100a0e2d0 |
child 6001 | 24b3a7ba3884 |
child 6088 | 47d1b04003d1 |
--- a/hedgewars/uCommandHandlers.pas Wed Aug 24 17:55:39 2011 -0400 +++ b/hedgewars/uCommandHandlers.pas Wed Aug 24 18:07:37 2011 -0400 @@ -450,7 +450,7 @@ procedure chSetMap(var s: shortstring); begin -if isDeveloperMode and (s <> '') then +if isDeveloperMode then begin UserPathz[ptMapCurrent]:= UserPathz[ptMaps] + '/' + s; Pathz[ptMapCurrent]:= Pathz[ptMaps] + '/' + s;