Fixed uninit var in loadland.hpp

actorid
Nicolay Korslund 15 years ago
parent 0eae9d1504
commit 6a12ce313e

@ -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++;}

Loading…
Cancel
Save