diff options
author | click <none@none> | 2010-09-25 21:48:17 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-25 21:48:17 +0200 |
commit | 3f9dd596f7e0b21c634ed4d10eaca7a83e32c3fd (patch) | |
tree | 7a086ccfe2c7caf4909abe417e54e518b6780c9d /src | |
parent | f077277aa1d0850573e7009284b0a9af31483653 (diff) |
Tools/Mapextractor: Output each processed map to a separate line (more output) - thanks to imbecile
Closes issue #4116
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 700abd2fe76..a2215412975 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -913,6 +913,7 @@ void ExtractMapsFromMpq(uint32 build) printf("Processing........................%d%%\r", (100 * (y+1)) / WDT_MAP_SIZE); } } + printf("\n"); delete [] areas; delete [] map_ids; } |