1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

Fixed uninit var in loadland.hpp

This commit is contained in:
Nicolay Korslund 2010-09-11 15:52:20 +02:00
parent 0eae9d1504
commit 6a12ce313e

View file

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