- Timestamp:
- Dec 25, 2006, 5:49:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r10141 r10150 229 229 // initialize everything 230 230 SDL_Init(0); 231 if( initResources () == -1) 232 return -1; 231 233 if( initVideo() == -1) 232 return -1;233 if( initResources () == -1)234 234 return -1; 235 235 if( initSound() == -1)
Note: See TracChangeset
for help on using the changeset viewer.