aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index a4850615d07..a1f54398331 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1077,6 +1077,7 @@ WorldObject::WorldObject()
m_positionX(0.0f), m_positionY(0.0f), m_positionZ(0.0f), m_orientation(0.0f)
, m_map(NULL), m_zoneScript(NULL)
, m_isActive(false), IsTempWorldObject(false)
+ , m_isInternallyAdded(false)
, m_name("")
{
}