Fixups for recent commit

This commit is contained in:
Ovahlord
2018-04-08 13:38:57 +02:00
parent 459bfdbddc
commit ca2358f63e

View File

@@ -437,7 +437,7 @@ int WMOGroup::ConvertToVMAPGroupWmo(FILE* output, bool preciseVectorData)
/* std::ofstream llog("Buildings/liquid.log", ios_base::out | ios_base::app);
llog << filename;
llog << ":\nliquidEntry: " << liquidEntry << " type: " << hlq->type << " (root:" << rootWMO->flags << " group:" << flags << ")\n";
llog << ":\nliquidEntry: " << liquidEntry << " type: " << hlq->type << " (root:" << rootWMO->liquidType << " group:" << liquidType << ")\n";
llog.close(); */
fwrite(&groupLiquid, sizeof(uint32), 1, output);