mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 20:41:34 +00:00
fix(esmtool): Don't try to log a variable that doesn't exist
This commit is contained in:
parent
d04572ac84
commit
b2b1c98396
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ namespace EsmTool
|
|||
}
|
||||
else
|
||||
std::cout << " Map Color: " << Misc::StringUtils::format("0x%08X", mData.mMapColor) << std::endl;
|
||||
std::cout << " Water Level Int: " << mData.mWaterInt << std::endl;
|
||||
std::cout << " RefId counter: " << mData.mRefNumCounter << std::endl;
|
||||
std::cout << " Deleted: " << mIsDeleted << std::endl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue