Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3338 in orxonox.OLD for orxonox/branches/parenting/src/campaign.cc


Ignore:
Timestamp:
Jan 5, 2005, 4:13:50 AM (21 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: implemented a simple LoadScreen that just displays a bmp image (format will change - not important yet). You must copy a bmp file to the src directory to see the effect. if there is no bmp file, the LoadScreen won't appear. I have made a little bmp, that can be found on the server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/campaign.cc

    r3336 r3338  
    8989  while( se != NULL && this->running)
    9090    {
    91       //se->displayLoadScreen();
     91      se->displayLoadScreen();
    9292      se->load();
    9393      se->init();
    94       //se->releaseLoadScreen();
     94      se->releaseLoadScreen();
    9595      se->start();
    9696      se->destroy();
Note: See TracChangeset for help on using the changeset viewer.