diff options
author | megamage <none@none> | 2009-04-04 13:02:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-04-04 13:02:57 -0600 |
commit | c0a131a63d8d5f9b5c7d5c3373e588dbc7beb074 (patch) | |
tree | 8d83b40686892d3c257f77037ffd6c3290bce94e /src/game/Player.cpp | |
parent | 98f3d4d8b3dc91953b56a9599ee0c48ca04cc889 (diff) |
*Fix visibility update bug.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 6f78d95e079..764cb20c88c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17828,8 +17828,6 @@ void Player::UpdateVisibilityOf(T* target, UpdateData& data, std::set<WorldObjec #endif } } - else - SetToNotify(); } /*template<> |