Changeset 193 for trunk/src/game/Player.cpp
- Timestamp:
- 11/19/08 13:45:05 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.cpp
r190 r193 17285 17285 } 17286 17286 17287 // If use this server will be too laggy 17287 17288 // Now check is target visible with LoS 17288 return u->IsWithinLOS(GetPositionX(),GetPositionY(),GetPositionZ()); 17289 //return u->IsWithinLOS(GetPositionX(),GetPositionY(),GetPositionZ()); 17290 return true; 17289 17291 } 17290 17292