Changeset 1591 for code/branches/core3/src/orxonox/objects/SpaceShip.cc
- Timestamp:
- Jun 12, 2008, 2:00:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/SpaceShip.cc
r1586 r1591 41 41 #include "core/CoreIncludes.h" 42 42 #include "core/ConfigValueIncludes.h" 43 #include "core/Iterator.h" 43 44 #include "core/input/InputManager.h" 44 45 #include "core/XMLPort.h" … … 71 72 72 73 SpaceShip *SpaceShip::getLocalShip(){ 73 Iterator<SpaceShip>it;74 ObjectList<SpaceShip>::iterator it; 74 75 for(it = ObjectList<SpaceShip>::begin(); it; ++it){ 75 76 if( (it)->myShip_ )
Note: See TracChangeset
for help on using the changeset viewer.