Changeset 1772 for code/trunk/src/orxonox/objects/SpaceShipAI.cc
- Timestamp:
- Sep 11, 2008, 6:39:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/SpaceShipAI.cc
r1755 r1772 73 73 SpaceShipAI::~SpaceShipAI() 74 74 { 75 for (ObjectList<SpaceShipAI>::iterator it = ObjectList<SpaceShipAI>::begin(); it; ++it)76 it->shipDied(this);77 75 } 78 76 … … 315 313 } 316 314 317 void SpaceShipAI::shipDied(SpaceShip AI* ship)315 void SpaceShipAI::shipDied(SpaceShip* ship) 318 316 { 319 317 if (ship == this->target_)
Note: See TracChangeset
for help on using the changeset viewer.