Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2014, 9:42:47 PM (10 years ago)
Author:
jo
Message:

So far so good. Unfortunately I did not figure out what is wrong with the timer.

File:
1 edited

Legend:

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

    r9972 r9977  
    159159            inline unsigned int getNumberOfPlayers() const
    160160                { return this->players_.size(); }
    161             //void showMenu();
     161            void showMenu();
    162162
    163163
     
    176176            bool bAutoStart_;
    177177            bool bForceSpawn_;
    178             //bool bAutoEnd_;
     178            bool bAutoEnd_;
    179179
    180180            float time_;
Note: See TracChangeset for help on using the changeset viewer.