Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2012, 10:46:25 PM (12 years ago)
Author:
landauf
Message:

fixed start-countdown issue in spacerace

File:
1 edited

Legend:

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

    r9260 r9261  
    404404                            this->start();
    405405                        else
     406                        {
    406407                            this->gtinfo_->setStartCountdown(this->initialStartCountdown_);
    407                         this->gtinfo_->startStartCountdown();
     408                            this->gtinfo_->startStartCountdown();
     409                        }
    408410                    }
    409411                }
Note: See TracChangeset for help on using the changeset viewer.