Tools/Vmapextractor: Fixed extracting liquids in wmos

This commit is contained in:
Shauren
2018-04-01 15:35:12 +02:00
parent e8ffa9d9f2
commit e74ca891ce

View File

@@ -196,9 +196,6 @@ bool WMOGroup::open()
}
fourcc[4] = 0;
size_t nextpos = f.getPos() + size;
LiquEx_size = 0;
liquflags = 0;
if (!strcmp(fourcc,"MOGP"))//header
{
f.read(&groupName, 4);