diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 21:06:38 +0100 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 21:06:38 +0100 |
| commit | 3d4791f2915a5b1f38c34a0cf01e0dffc588af8c (patch) | |
| tree | f6a510c62b8322a11292acafbbc266d1c2c466c2 /src/entities/Entity.cpp | |
| parent | First batch of fixes (CallAndMessage) (diff) | |
| download | re3-3d4791f2915a5b1f38c34a0cf01e0dffc588af8c.tar.gz | |
Revert "First batch of fixes (CallAndMessage)"
This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
Diffstat (limited to 'src/entities/Entity.cpp')
| -rw-r--r-- | src/entities/Entity.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/entities/Entity.cpp b/src/entities/Entity.cpp index dc70a31a..4885d631 100644 --- a/src/entities/Entity.cpp +++ b/src/entities/Entity.cpp @@ -504,9 +504,6 @@ CEntity::Add(void) case ENTITY_TYPE_DUMMY: list = &s->m_lists[ENTITYLIST_DUMMIES_OVERLAP]; break; -#ifdef FIX_BUGS - default: debug("This shouldn't happen"); return; -#endif } list->InsertItem(this); } @@ -567,9 +564,6 @@ CEntity::Remove(void) case ENTITY_TYPE_DUMMY: list = &s->m_lists[ENTITYLIST_DUMMIES_OVERLAP]; break; -#ifdef FIX_BUGS - default: debug("This shouldn't happen"); return; -#endif } list->RemoveItem(this); } |
