- Timestamp:
- Dec 17, 2008, 6:18:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/controllers/ArtificialController.cc
r2493 r2506 88 88 { 89 89 // if (it->getTeamNr() != this->getTeamNr()) 90 if ( (ControllableEntity*)(*it) != this->getControllableEntity())90 if (static_cast<ControllableEntity*>(*it) != this->getControllableEntity()) 91 91 { 92 92 float speed = this->getControllableEntity()->getVelocity().length();
Note: See TracChangeset
for help on using the changeset viewer.