aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-07-19 20:01:13 +0200
committerShauren <shauren.trinity@gmail.com>2016-07-19 20:01:13 +0200
commit8e53373d3537d5b4a100743e97249974f6b2a47d (patch)
treea3350ef017825390b79e67669b431a9fe79d8d9f /src/tools
parent298333a55a542b20b6b3587d4782c8e344694ed4 (diff)
Warning fixes
Diffstat (limited to 'src/tools')
-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 8ee7ec6202d..01be7aafdbe 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')
{