Changeset 8362 in orxonox.OLD for trunk/src/world_entities/player.cc
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r8316 r8362 24 24 #include "util/hud.h" 25 25 26 using namespace std; 26 #include "debug.h" 27 27 28 28 … … 107 107 if (objectList != NULL) 108 108 { 109 list<BaseObject*>::const_iterator node;109 std::list<BaseObject*>::const_iterator node; 110 110 for (node = objectList->begin(); node != objectList->end(); node++) 111 111 if (this->playable != (*node) && (dynamic_cast<PNode*>(*node)->getAbsCoor() - this->playable->getAbsCoor()).len() < 10.0)
Note: See TracChangeset
for help on using the changeset viewer.