aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-07-23 14:40:58 +0200
committerShauren <shauren.trinity@gmail.com>2016-07-23 14:40:58 +0200
commit7d7139ba02f47cebb42e727b2f42620a9f8fd7b6 (patch)
tree7c58e2b6d157979add7f6415f8b034cc9d28de6f /src
parent53e65db5cc211ff993d939f8352b4beda978592d (diff)
Core: Change supported build to 7.0.3.22293
Diffstat (limited to 'src')
-rw-r--r--src/tools/vmap4_extractor/model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/vmap4_extractor/model.cpp b/src/tools/vmap4_extractor/model.cpp
index 7ce5cd12103..c1f28fd7908 100644
--- a/src/tools/vmap4_extractor/model.cpp
+++ b/src/tools/vmap4_extractor/model.cpp
@@ -45,7 +45,7 @@ bool Model::open()
_unload();
- int32 m2start = 0;
+ uint32 m2start = 0;
char const* ptr = f.getBuffer();
while (m2start + 4 < f.getSize() && *reinterpret_cast<uint32 const*>(ptr) != '02DM')
{