diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-09-07 20:08:05 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-09-07 20:12:54 +0200 |
| commit | df7f188cfe1b407520549f7374bfd070d83140e5 (patch) | |
| tree | c21f0eb0120682d2bbae9714223958a65a6985ae /src/tools | |
| parent | 62cfca23cec79e9804bb02111c722d8b566a9e5a (diff) | |
Core/Misc: Refactor scripts to fix static analysis warnings
Fourth batch of fixes targeting 100 issues reported by Coverity
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/vmap4_extractor/model.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/vmap4_extractor/model.cpp b/src/tools/vmap4_extractor/model.cpp index 519f59cb086..64b2923b345 100644 --- a/src/tools/vmap4_extractor/model.cpp +++ b/src/tools/vmap4_extractor/model.cpp @@ -143,7 +143,7 @@ Vec3D fixCoordSystem2(Vec3D v) } ModelInstance::ModelInstance(MPQFile& f, char const* ModelInstName, uint32 mapID, uint32 tileX, uint32 tileY, FILE *pDirfile) - : scale(0), flags(0) + : id(0), scale(0), flags(0) { float ff[3]; f.read(&id, 4); |
