From 7d7139ba02f47cebb42e727b2f42620a9f8fd7b6 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 23 Jul 2016 14:40:58 +0200 Subject: Core: Change supported build to 7.0.3.22293 --- src/tools/vmap4_extractor/model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(ptr) != '02DM') { -- cgit v1.2.3