Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4113 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
May 7, 2005, 7:42:48 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: better output

File:
1 edited

Legend:

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

    r4094 r4113  
    108108  SDL_Init (SDL_INIT_TIMER);
    109109  // initialize everything
     110  printf("> Initializing resources\n");
     111  if( initResources () == -1) return -1;
     112
    110113  if( initVideo() == -1) return -1;
    111114  if( initSound() == -1) return -1;
     
    114117  printf("> Initializing networking\n");
    115118  if( initNetworking () == -1) return -1;
    116   printf("> Initializing resources\n");
    117   if( initResources () == -1) return -1;
    118119  //printf("> Initializing world\n");
    119120  //if( init_world () == -1) return -1; PB: world will be initialized when started
Note: See TracChangeset for help on using the changeset viewer.