Changeset 5227 in orxonox.OLD for trunk/src/orxonox.cc
- Timestamp:
- Sep 23, 2005, 11:24:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r5226 r5227 177 177 178 178 // initialize everything 179 SDL_Init SubSystem(SDL_INIT_TIMER);179 SDL_Init(SDL_INIT_TIMER); 180 180 if( initResources () == -1) return -1; 181 181 if( initVideo() == -1) return -1;
Note: See TracChangeset
for help on using the changeset viewer.