aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-03 10:34:02 -0500
committermegamage <none@none>2009-05-03 10:34:02 -0500
commit558a5707ff50edf93375ae6e50335422c9ec13e4 (patch)
tree9a62f957f9ac6076fee07e5143aa3529591add80 /src/game/Creature.cpp
parentbb4499887cf9592905fd3cec55c3ab8799960013 (diff)
*Only update object which are in world.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index a1907c9525d..5d18140f200 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -1724,7 +1724,7 @@ void Creature::Respawn()
//Call AI respawn virtual function
AI()->JustRespawned();
- GetMap()->Add(this);
+ //GetMap()->Add(this);
}
}