diff options
Diffstat (limited to 'src/core/References.cpp')
-rw-r--r-- | src/core/References.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/References.cpp b/src/core/References.cpp index dc83d96d..09913817 100644 --- a/src/core/References.cpp +++ b/src/core/References.cpp @@ -39,9 +39,7 @@ CEntity::RegisterReference(CEntity **pent) ref->pentity = pent; ref->next = m_pFirstReference; m_pFirstReference = ref; - return; } - return; } // Clean up the reference from *pent -> 'this' |