mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 00:45:31 +00:00
esmtool fix
(cherry picked from commit 9116c701d5
)
Conflicts:
apps/esmtool/record.cpp
This commit is contained in:
parent
41ee50c2b7
commit
25bb8a59ef
1 changed files with 1 additions and 0 deletions
|
@ -867,6 +867,7 @@ void Record<ESM::Land>::print()
|
|||
std::cout << " Unknown1: " << data->mUnk1 << std::endl;
|
||||
std::cout << " Unknown2: " << data->mUnk2 << std::endl;
|
||||
}
|
||||
mData.unloadData();
|
||||
std::cout << " Deleted: " << mIsDeleted << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue