Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2011, 1:58:58 PM (12 years ago)
Author:
jo
Message:

Small edits. Documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/src/orxonox/gametypes/Mission.cc

    r8980 r8997  
    2828
    2929#include "Mission.h"
    30 //#include "TeamGametype.h"
    3130#include "items/Engine.h"
    3231#include "controllers/ArtificialController.h"
     
    7271        Gametype::start();
    7372        this->setTeams();
    74         /*for (ObjectList<Engine>::iterator it = ObjectList<Engine>::begin(); it != ObjectList<Engine>::end(); ++it)
    75             it->setActive(false); // works -> @sr :*/
     73
    7674        this->gtinfo_->sendAnnounceMessage("Your mission has started!");
    7775    }
    78 
    79     //void Mission::addBots(unsigned int amount)
    8076
    8177    void Mission::end()
Note: See TracChangeset for help on using the changeset viewer.