diff options
Diffstat (limited to 'src/game/DynamicObject.cpp')
-rw-r--r-- | src/game/DynamicObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DynamicObject.cpp b/src/game/DynamicObject.cpp index 12a9cd67500..de8d0eb2c6d 100644 --- a/src/game/DynamicObject.cpp +++ b/src/game/DynamicObject.cpp @@ -57,7 +57,7 @@ void DynamicObject::RemoveFromWorld() { // Make sure the object is back to grid container for removal as farsight targets // are switched to world container on creation and they are also set to active - if (isActive()) + if (isActiveObject()) { GetMap()->SwitchGridContainers(this, false); setActive(false); |