Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10150 in orxonox.OLD


Ignore:
Timestamp:
Dec 25, 2006, 5:49:07 PM (17 years ago)
Author:
bensch
Message:

The Orxonox LOGO is shown again when the application is started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r10141 r10150  
    229229  // initialize everything
    230230  SDL_Init(0);
     231  if( initResources () == -1)
     232    return -1;
    231233  if( initVideo() == -1)
    232     return -1;
    233   if( initResources () == -1)
    234234    return -1;
    235235  if( initSound() == -1)
Note: See TracChangeset for help on using the changeset viewer.