Changeset 9980 for code/trunk/src
- Timestamp:
- Jan 4, 2014, 11:20:26 PM (11 years ago)
- Location:
- code/trunk/src/orxonox/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gametypes/Gametype.cc
r9977 r9980 155 155 this->gtinfo_->end(); 156 156 if (this->bAutoEnd_) 157 { 158 GSLevel::startMainMenu(); 159 //this->showMenuTimer_.setTimer(2.5f, true, createExecutor(createFunctor(&Gametype::showMenu, this))); 157 { 158 this->showMenuTimer_.setTimer(3.0f, true, createExecutor(createFunctor(&Gametype::showMenu, this))); 160 159 } 161 160 -
code/trunk/src/orxonox/gametypes/Gametype.h
r9977 r9980 40 40 #include "tools/interfaces/Tickable.h" 41 41 #include "infos/GametypeInfo.h" 42 //#include "tools/Timer.h"42 #include "tools/Timer.h" 43 43 44 44 namespace orxonox … … 199 199 ConsoleCommand* dedicatedKillBots_; 200 200 /* HACK HACK HACK */ 201 //Timer showMenuTimer_;201 Timer showMenuTimer_; 202 202 }; 203 203 }
Note: See TracChangeset
for help on using the changeset viewer.