Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2014, 2:28:19 PM (10 years ago)
Author:
jo
Message:

Something went wrong. I will correct the error later. So far just this patch.

File:
1 edited

Legend:

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

    r9969 r9972  
    4040#include "tools/interfaces/Tickable.h"
    4141#include "infos/GametypeInfo.h"
    42 #include "tools/Timer.h"
     42//#include "tools/Timer.h"
    4343
    4444namespace orxonox
     
    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_;
     
    199199            ConsoleCommand* dedicatedKillBots_;
    200200            /* HACK HACK HACK */
    201             Timer showMenuTimer_;
     201            //Timer showMenuTimer_;
    202202    };
    203203}
Note: See TracChangeset for help on using the changeset viewer.