- Timestamp:
- Oct 30, 2017, 2:33:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc
r11505 r11514 101 101 if (player == nullptr) 102 102 { 103 for (FlappyOrxShip* ship : ObjectList<FlappyOrxShip>()) 103 for (FlappyOrxShip* ship : ObjectList<FlappyOrxShip>()) { 104 104 player = ship; 105 } 105 106 } 106 107 return player;
Note: See TracChangeset
for help on using the changeset viewer.