Changeset 7781
- Timestamp:
- Dec 19, 2010, 9:48:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network5/src/orxonox/controllers/NewHumanController.cc
r7284 r7781 375 375 { 376 376 // CCOUT(0) << "testing object as target" << endl; 377 if (itr->movable->isInScene() && itr->movable->getMovableType() == "Entity" /*&& itr->distance > 500*/)377 if (itr->movable->isInScene() && itr->movable->getMovableType() == "Entity" && itr->distance > 200) 378 378 { 379 379 // Try to cast the user pointer
Note: See TracChangeset
for help on using the changeset viewer.