From 6a12ce313eddbf8b742d264bc53e9a6919ccdfb1 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Sat, 11 Sep 2010 15:52:20 +0200 Subject: [PATCH] Fixed uninit var in loadland.hpp --- components/esm/loadland.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esm/loadland.hpp b/components/esm/loadland.hpp index cf5d53442..96c9901ad 100644 --- a/components/esm/loadland.hpp +++ b/components/esm/loadland.hpp @@ -34,7 +34,7 @@ struct Land context = esm.getContext(); hasData = false; - int cnt; + int cnt = 0; // Skip these here. Load the actual data when the cell is loaded. if(esm.isNextSub("VNML")) {esm.skipHSubSize(12675);cnt++;}