Changeset 2549 for code/branches/presentation/src/core/RootGameState.cc
- Timestamp:
- Dec 30, 2008, 3:27:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/core/RootGameState.cc
r2485 r2549 122 122 /** 123 123 @brief 124 Main loop of the orxonox game. 124 125 Starts the game. The little 'while' denotes the main loop. 125 126 Whenever the root state is selected, the game ends. 126 127 @param name 127 128 State to start with (usually main menu or specified by command line) 129 @note 130 We use the Ogre::Timer to measure time since it uses the most precise 131 method an a platform (however the windows timer lacks time when under 132 heavy kernel load!). 128 133 */ 129 134 void RootGameState::start()
Note: See TracChangeset
for help on using the changeset viewer.