1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-04 03:45:31 +00:00

esmtool fix

(cherry picked from commit 9116c701d5)

Conflicts:
	apps/esmtool/record.cpp
This commit is contained in:
scrawl 2015-11-13 20:50:57 +01:00 committed by cc9cii
parent 41ee50c2b7
commit 25bb8a59ef

View file

@ -867,6 +867,7 @@ void Record<ESM::Land>::print()
std::cout << " Unknown1: " << data->mUnk1 << std::endl; std::cout << " Unknown1: " << data->mUnk1 << std::endl;
std::cout << " Unknown2: " << data->mUnk2 << std::endl; std::cout << " Unknown2: " << data->mUnk2 << std::endl;
} }
mData.unloadData();
std::cout << " Deleted: " << mIsDeleted << std::endl; std::cout << " Deleted: " << mIsDeleted << std::endl;
} }