From 56f6376de87d1b47ef538fe038e648b1236f1e12 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Jun 2016 16:42:33 +0100 Subject: [PATCH] Added initializer --- src/osgPlugins/txp/trpage_warchive.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/txp/trpage_warchive.cpp b/src/osgPlugins/txp/trpage_warchive.cpp index 2a231580b..94c483398 100644 --- a/src/osgPlugins/txp/trpage_warchive.cpp +++ b/src/osgPlugins/txp/trpage_warchive.cpp @@ -63,6 +63,7 @@ void trpgwArchive::Init(trpgEndian inNess, trpgwArchive::TileMode inTileMode,int tileFileCount = 0; isRegenerate = false; maxTileFileLen = -1; + numLod = 0; firstHeaderWrite = true; }