forgotten field in CBaseModelInfo::Shutdown

This commit is contained in:
majestic 2021-06-22 01:36:17 -07:00 committed by Sergeanur
parent 4b8b0a6d74
commit fe65f20a30
1 changed files with 1 additions and 0 deletions

View File

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