Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2018, 11:32:57 AM (6 years ago)
Author:
linggj
Message:

Ship added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/src/orxonox/gametypes/StoryMode.cc

    r11783 r12053  
    4747    StoryMode::StoryMode(Context* context) : Gametype(context)
    4848    {
     49        orxout(internal_info) << levels << "itse me";
    4950        RegisterObject(StoryMode);
    5051
     
    6566    void StoryMode::exit()
    6667    {
    67         orxout() << "s funktioniert"<< endl;
     68     
    6869        for (StoryMode* mission : ObjectList<StoryMode>())
    6970        { //TODO: make sure that only the desired mission is ended !! This is a dirty HACK, that would end ALL missions!
Note: See TracChangeset for help on using the changeset viewer.