aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectAccessor.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-06 12:15:18 -0600
committermegamage <none@none>2009-01-06 12:15:18 -0600
commit2b21f0e7302cfdb0fc79e3255f80dc33b939c974 (patch)
treec1fb071d3c86ead192f9cbf7acffa06c050cd4d5 /src/game/ObjectAccessor.cpp
parent215039055bf5f017870d583c60c01c303d1a2d33 (diff)
parent290a187592d28cbfd9639ded43663077711f3379 (diff)
*Merge with Trinity 793.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectAccessor.cpp')
-rw-r--r--src/game/ObjectAccessor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp
index 4e876d99418..45429824b9c 100644
--- a/src/game/ObjectAccessor.cpp
+++ b/src/game/ObjectAccessor.cpp
@@ -592,7 +592,7 @@ ObjectAccessor::UpdateObjectVisibility(WorldObject *obj)
obj->GetMap()->UpdateObjectVisibility(obj,cell,p);
}
-void ObjectAccessor::UpdateVisibilityForPlayer( Player* player )
+/*void ObjectAccessor::UpdateVisibilityForPlayer( Player* player )
{
CellPair p = Trinity::ComputeCellPair(player->GetPositionX(), player->GetPositionY());
Cell cell(p);
@@ -600,7 +600,7 @@ void ObjectAccessor::UpdateVisibilityForPlayer( Player* player )
m->UpdatePlayerVisibility(player,cell,p);
m->UpdateObjectsVisibilityFor(player,cell,p);
-}
+}*/
/// Define the static member of HashMapHolder