Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3675 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 30, 2005, 5:20:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: glmenu progressbar corrected, pnode modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3672 r3675  
    201201      testFont = new FontSet();
    202202      testFont->buildFont("../data/pictures/font.tga");
     203      this->glmis->step();
    203204
    204205      // initializing the TrackManager
     
    299300            this->spawn (this->localPlayer);
    300301            /*monitor progress*/
    301             this->glmis->step();           
     302            //this->glmis->step();         
     303            this->glmis->step();
    302304
    303305            // bind input
     
    312314           
    313315            /*monitor progress*/
    314             this->glmis->step();           
     316            this->glmis->step();
    315317
    316318            // Create SkySphere
     
    350352            //Vector* cameraOffset = new Vector (0, 5, -10);
    351353            trackManager->condition(2, LEFTRIGHT, this->localPlayer);
     354            this->glmis->step();
    352355
    353356            break;
     
    485488  this->glmis = GLMenuImageScreen::getInstance();
    486489  this->glmis->init();
    487   this->glmis->setMaximum(10);
     490  this->glmis->setMaximum(8);
    488491  this->glmis->draw();
    489492 
     
    500503  PRINTF(3)("World::releaseLoadScreen - start\n");
    501504  this->glmis->setValue(this->glmis->getMaximum());
    502   SDL_Delay(500);
     505  //SDL_Delay(500);
    503506  PRINTF(3)("World::releaseLoadScreen - end\n");
    504507}
Note: See TracChangeset for help on using the changeset viewer.