Changeset 4113 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- May 7, 2005, 7:42:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4094 r4113 108 108 SDL_Init (SDL_INIT_TIMER); 109 109 // initialize everything 110 printf("> Initializing resources\n"); 111 if( initResources () == -1) return -1; 112 110 113 if( initVideo() == -1) return -1; 111 114 if( initSound() == -1) return -1; … … 114 117 printf("> Initializing networking\n"); 115 118 if( initNetworking () == -1) return -1; 116 printf("> Initializing resources\n");117 if( initResources () == -1) return -1;118 119 //printf("> Initializing world\n"); 119 120 //if( init_world () == -1) return -1; PB: world will be initialized when started
Note: See TracChangeset
for help on using the changeset viewer.