Changeset 7104 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Feb 7, 2006, 10:02:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/ground_turret.cc
r7103 r7104 127 127 if(this->getHealth() > 0.0f && State::getPlayer() && 128 128 State::getPlayer()->getPlayable() && 129 State::getPlayer()->getPlayable()->distance(this) < 1 50) // HACK129 State::getPlayer()->getPlayable()->distance(this) < 120) // HACK 130 130 { 131 131 if (likely(this->left != NULL))
Note: See TracChangeset
for help on using the changeset viewer.