Skip to content

Commit

Permalink
changed to use _maps directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordie0608 committed Oct 10, 2015
1 parent 33c5f83 commit 5282d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mapmerge/Prepare Maps.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo off
cd ../../_maps/map_files/
cd ../../_maps/

for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"

cls
echo All dmm files in map_files directories have been backed up
echo All dmm files in _maps directories have been backed up
echo Now you can make your changes...
echo ---
echo Remember to run Run_Map_Merge.bat just before you commit your changes!
Expand Down

0 comments on commit 5282d88

Please sign in to comment.