Changeset 3675 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 30, 2005, 5:20:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3672 r3675 201 201 testFont = new FontSet(); 202 202 testFont->buildFont("../data/pictures/font.tga"); 203 this->glmis->step(); 203 204 204 205 // initializing the TrackManager … … 299 300 this->spawn (this->localPlayer); 300 301 /*monitor progress*/ 301 this->glmis->step(); 302 //this->glmis->step(); 303 this->glmis->step(); 302 304 303 305 // bind input … … 312 314 313 315 /*monitor progress*/ 314 this->glmis->step(); 316 this->glmis->step(); 315 317 316 318 // Create SkySphere … … 350 352 //Vector* cameraOffset = new Vector (0, 5, -10); 351 353 trackManager->condition(2, LEFTRIGHT, this->localPlayer); 354 this->glmis->step(); 352 355 353 356 break; … … 485 488 this->glmis = GLMenuImageScreen::getInstance(); 486 489 this->glmis->init(); 487 this->glmis->setMaximum( 10);490 this->glmis->setMaximum(8); 488 491 this->glmis->draw(); 489 492 … … 500 503 PRINTF(3)("World::releaseLoadScreen - start\n"); 501 504 this->glmis->setValue(this->glmis->getMaximum()); 502 SDL_Delay(500);505 //SDL_Delay(500); 503 506 PRINTF(3)("World::releaseLoadScreen - end\n"); 504 507 }
Note: See TracChangeset
for help on using the changeset viewer.