mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-30 12:32:36 +00:00
Fixed uninit var in loadland.hpp
This commit is contained in:
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…
x
Reference in New Issue
Block a user