Changeset 4099 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 7, 2005, 2:55:23 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4094 r4099 343 343 if( element->Value() != NULL && !strcmp( element->Value(), "SkyBox")) sky = (SkyBox*) created; 344 344 element = element->NextSiblingElement(); 345 glmis->step(); //! \todo temporary 345 346 } 346 347 PRINTF0("Done loading WorldEntities\n"); … … 826 827 827 828 //GLMenuImageScreen* 828 this->glmis = GLMenuImageScreen::getInstance();829 this->glmis = new GLMenuImageScreen(); 829 830 this->glmis->init(); 831 glmis->setBackgroundImage("pictures/load_screen.jpg"); 830 832 this->glmis->setMaximum(8); 831 833 this->glmis->draw(); … … 843 845 PRINTF(3)("World::releaseLoadScreen - start\n"); 844 846 this->glmis->setValue(this->glmis->getMaximum()); 845 //SDL_Delay(500);846 847 PRINTF(3)("World::releaseLoadScreen - end\n"); 848 delete this->glmis; 847 849 } 848 850
Note: See TracChangeset
for help on using the changeset viewer.