mirror of
https://github.com/halpz/re3.git
synced 2025-01-11 20:55:27 +00:00
forgotten field in CBaseModelInfo::Shutdown
This commit is contained in:
parent
4b8b0a6d74
commit
fe65f20a30
|
@ -27,6 +27,7 @@ CBaseModelInfo::Shutdown(void)
|
||||||
m_2dEffectsID = -1;
|
m_2dEffectsID = -1;
|
||||||
m_num2dEffects = 0;
|
m_num2dEffects = 0;
|
||||||
m_txdSlot = -1;
|
m_txdSlot = -1;
|
||||||
|
m_objectId = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue