mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-22 23:23:24 +02:00
forgotten field in CBaseModelInfo::Shutdown
This commit is contained in:
@@ -37,6 +37,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
|
||||||
|
Reference in New Issue
Block a user