diff options
author | KingPin <none@none> | 2009-02-21 08:48:08 -0500 |
---|---|---|
committer | KingPin <none@none> | 2009-02-21 08:48:08 -0500 |
commit | d9cc7ac3dd16953a5816a9e9235d6eccc06184c1 (patch) | |
tree | a3e206858c67177804720be99f2381a40dd05c97 /contrib/extractor/adt.cpp | |
parent | 3fce16236957a18cb465104e5a3bb1d454289861 (diff) |
Bump to map version number. New maps needed.
--HG--
branch : trunk
Diffstat (limited to 'contrib/extractor/adt.cpp')
-rw-r--r-- | contrib/extractor/adt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extractor/adt.cpp b/contrib/extractor/adt.cpp index b512fc6a715..a8f640a63bc 100644 --- a/contrib/extractor/adt.cpp +++ b/contrib/extractor/adt.cpp @@ -419,7 +419,7 @@ void TransformData() delete mcells; } -const char MAP_MAGIC[] = "MAP_2.00"; +const char MAP_MAGIC[] = "MAP_2.50"; bool ConvertADT(char * filename,char * filename2) { |