diff options
author | megamage <none@none> | 2009-01-06 12:15:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-06 12:15:18 -0600 |
commit | 2b21f0e7302cfdb0fc79e3255f80dc33b939c974 (patch) | |
tree | c1fb071d3c86ead192f9cbf7acffa06c050cd4d5 /src/game/ObjectAccessor.cpp | |
parent | 215039055bf5f017870d583c60c01c303d1a2d33 (diff) | |
parent | 290a187592d28cbfd9639ded43663077711f3379 (diff) |
*Merge with Trinity 793.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectAccessor.cpp')
-rw-r--r-- | src/game/ObjectAccessor.cpp | 4 |
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 |