Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2017, 2:33:33 PM (7 years ago)
Author:
merholzl
Message:

final XMLPort things. Changes in spaceshipFlappyOrx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc

    r11505 r11514  
    101101        if (player == nullptr)
    102102        {
    103             for (FlappyOrxShip* ship : ObjectList<FlappyOrxShip>())
     103            for (FlappyOrxShip* ship : ObjectList<FlappyOrxShip>()) {
    104104                player = ship;
     105            }
    105106        }
    106107        return player;
Note: See TracChangeset for help on using the changeset viewer.