mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-30 10:00:07 +02:00
@@ -535,7 +535,7 @@ CEntity::ResolveReferences(void)
|
||||
for(ref = m_pFirstReference; ref->next; ref = ref->next)
|
||||
;
|
||||
ref->next = CReferences::pEmptyList;
|
||||
CReferences::pEmptyList = ref;
|
||||
CReferences::pEmptyList = m_pFirstReference;
|
||||
m_pFirstReference = nil;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user