Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 7, 2005, 2:55:23 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: glmis-refitted

File:
1 edited

Legend:

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

    r4094 r4099  
    343343          if( element->Value() != NULL && !strcmp( element->Value(), "SkyBox")) sky = (SkyBox*) created;
    344344          element = element->NextSiblingElement();
     345          glmis->step(); //! \todo temporary
    345346        }
    346347      PRINTF0("Done loading WorldEntities\n");
     
    826827 
    827828  //GLMenuImageScreen*
    828   this->glmis = GLMenuImageScreen::getInstance();
     829  this->glmis = new GLMenuImageScreen();
    829830  this->glmis->init();
     831  glmis->setBackgroundImage("pictures/load_screen.jpg");
    830832  this->glmis->setMaximum(8);
    831833  this->glmis->draw();
     
    843845  PRINTF(3)("World::releaseLoadScreen - start\n");
    844846  this->glmis->setValue(this->glmis->getMaximum());
    845   //SDL_Delay(500);
    846847  PRINTF(3)("World::releaseLoadScreen - end\n");
     848  delete this->glmis;
    847849}
    848850
Note: See TracChangeset for help on using the changeset viewer.