Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3057


Ignore:
Timestamp:
May 25, 2009, 2:30:56 PM (15 years ago)
Author:
mockm
Message:

new rev of gametype UnderAttack: Gametime has been enlarged :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc

    r3033 r3057  
    4444    {
    4545        RegisterObject(UnderAttack);
    46         this->gameTime_ = 90;
     46        this->gameTime_ = 180;
    4747        this->teams_ = 2;
    4848        this->destroyer_ = 0;
     
    5555    void UnderAttack::setConfigValues()
    5656    {
    57         SetConfigValue(gameTime_, 30);
     57        SetConfigValue(gameTime_, 180);
    5858    }
    5959
Note: See TracChangeset for help on using the changeset viewer.