mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Clear unknown in ModelDbModel
(#1586)
This commit is contained in:
@@ -52,7 +52,7 @@ MxResult ModelDbModel::Read(FILE* p_file)
|
||||
if (fread(&m_up, sizeof(float), 3, p_file) != 3) {
|
||||
return FAILURE;
|
||||
}
|
||||
if (fread(&m_unk0x34, sizeof(undefined), 1, p_file) != 1) {
|
||||
if (fread(&m_visible, sizeof(MxU8), 1, p_file) != 1) {
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user