Skip to content

Commit 328c81c

Browse files
authored
Addendum to 8838a98
1 parent 8838a98 commit 328c81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientEntity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ void CClientEntity::CallEventNoParent(const char* szName, const CLuaArguments& A
791791
// Call it on all our children
792792
if (!m_Children.empty())
793793
{
794-
auto pChildrenSnapshot = GetChildrenListSnapshot();
794+
CElementListSnapshotRef pChildrenSnapshot = GetChildrenListSnapshot();
795795
for (CClientEntity* pEntity : *pChildrenSnapshot)
796796
{
797797
if (!pEntity->IsBeingDeleted())

0 commit comments

Comments
 (0)