1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-10-18 22:11:05 +00:00

forgotten field in CBaseModelInfo::Shutdown

This commit is contained in:
majestic 2021-06-22 01:36:17 -07:00 committed by Sergeanur
parent 7c3457257b
commit 4351198bf5

View file

@ -37,6 +37,7 @@ CBaseModelInfo::Shutdown(void)
m_2dEffectsID = -1;
m_num2dEffects = 0;
m_txdSlot = -1;
m_objectId = -1;
}
void