diff options
| author | click <none@none> | 2010-06-19 21:35:32 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-06-19 21:35:32 +0200 |
| commit | 29d9e40f7482ff5b5b0944a339fcf7b89464bf2d (patch) | |
| tree | 7a3e7f86500dc3b5e6c4393c2a1a09f49a4e0a31 /src/tools/vmap3_extractor | |
| parent | 0e4954df2e3a31a9d2f928b365b7614ef182e3c3 (diff) | |
Some smaller fixes to the vmapextractor courtesy of Lynx3d (not using corefunctions + update errormessages to use the new fileextensions)
--HG--
branch : trunk
Diffstat (limited to 'src/tools/vmap3_extractor')
| -rw-r--r-- | src/tools/vmap3_extractor/wmo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/vmap3_extractor/wmo.cpp b/src/tools/vmap3_extractor/wmo.cpp index 650d2279f28..216a2248953 100644 --- a/src/tools/vmap3_extractor/wmo.cpp +++ b/src/tools/vmap3_extractor/wmo.cpp @@ -386,7 +386,7 @@ int WMOGroup::ConvertToVMAPGroupWmo(FILE *output, WMORoot *rootWMO, bool pPrecis if (rootWMO->liquidType & 4) liquidEntry = liquidType; else if (liquidType == 15) - liquidEntry = 0; + liquidEntry = 1; // first entry, generic "Water" else liquidEntry = liquidType + 1; // overwrite material type in header... |
