Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2018, 11:44:50 PM (6 years ago)
Author:
landauf
Message:

[CampaignMap_HS17] reverted some unwanted changes

File:
1 edited

Legend:

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

    r11743 r11744  
    3131#include "items/Engine.h"
    3232#include "controllers/ArtificialController.h"
    33 #include "controllers/NewHumanController.h"
    3433
    3534#include "core/CoreIncludes.h"
     
    4948    {
    5049        RegisterObject(StoryMode);
    51         orxout() << "kill yourself1";
    5250
    5351        this->gtinfo_ = new GametypeInfo(context);
     
    6260        Gametype::start();
    6361
    64         this->gtinfo_->sendAnnounceMessage("send nudes");
     62        this->gtinfo_->sendAnnounceMessage("Marvin isch Chef");
    6563    }
    6664*/
    6765    void StoryMode::exit()
    6866    {
     67        orxout() << "s funktioniert"<< endl;
    6968        for (StoryMode* mission : ObjectList<StoryMode>())
    7069        { //TODO: make sure that only the desired mission is ended !! This is a dirty HACK, that would end ALL missions!
     
    7372        //Gametype::end();
    7473    }
    75 
    7674/*
    7775    void Mission::setTeams()
Note: See TracChangeset for help on using the changeset viewer.