- Timestamp:
- Nov 26, 2005, 10:35:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r5641 r5788 189 189 // initialize everything 190 190 SDL_Init(SDL_INIT_TIMER); 191 // windows must not write into stdout.txt and stderr.txt 192 #ifdef __WIN32__ 193 freopen( "CON", "w", stdout ); 194 freopen( "CON", "w", stderr ); 195 #endif 196 191 197 if( initResources () == -1) return -1; 192 198 if( initVideo() == -1) return -1;
Note: See TracChangeset
for help on using the changeset viewer.