diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-08-31 20:12:47 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-08-31 20:42:02 +0200 |
| commit | dd4dbdcd16bb72b1b45c7971cb8b9e06030b6e16 (patch) | |
| tree | 8bd974d003322df828efdf56059695c79da285ef /src/tools | |
| parent | 681cf8f27c341a8fadbadf1851b55b7b8a7e524a (diff) | |
Core/Misc: Refactor scripts to fix static analysis warnings
First batch of fixes targeting 100 issues reported by Coverity
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/vmap4_extractor/model.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/vmap4_extractor/model.cpp b/src/tools/vmap4_extractor/model.cpp index c527ec32ddb..519f59cb086 100644 --- a/src/tools/vmap4_extractor/model.cpp +++ b/src/tools/vmap4_extractor/model.cpp @@ -143,6 +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) { float ff[3]; f.read(&id, 4); |
