Changeset 6370 in orxonox.OLD for branches/network/src/story_entities/game_world.cc
- Timestamp:
- Dec 31, 2005, 1:52:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/game_world.cc
r6368 r6370 87 87 88 88 this->gameTime = 0.0f; 89 this->setSpeed(1.0 );89 this->setSpeed(1.0f); 90 90 this->music = NULL; 91 91 this->shell = NULL; … … 169 169 * before the load and after the proceeding storyentity has finished 170 170 */ 171 ErrorMessage GameWorld:: preLoad()171 ErrorMessage GameWorld::init() 172 172 { 173 173 State::setObjectManager(&this->objectManager); … … 190 190 191 191 GraphicsEngine::getInstance()->displayFPS(true); 192 this->displayLoadScreen();193 192 } 194 193 … … 199 198 ErrorMessage GameWorld::load() 200 199 { 200 this->displayLoadScreen(); 201 201 202 PRINTF(3)("> Loading world: '%s'\n", getPath()); 202 203 TiXmlElement* element; … … 348 349 //(OggPlayer*)ResourceManager::getInstance()->load("sound/00-luke_grey_-_hypermode.ogg", OGG, RP_LEVEL); 349 350 //music->playback(); 350 } 351 352 ErrorMessage GameWorld::postLoad() 353 { 351 354 352 this->releaseLoadScreen(); 355 353 }
Note: See TracChangeset
for help on using the changeset viewer.