Changeset 2936 in orxonox.OLD for orxonox/trunk/importer/windowHandler.cc
- Timestamp:
- Nov 21, 2004, 4:02:26 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/windowHandler.cc
r2931 r2936 63 63 } 64 64 SDL_GL_SetAttribute( SDL_GL_STENCIL_SIZE, 1 ); 65 if ( SDL_SetVideoMode(width, height, 0, flags) == NULL ) {65 if ( (screen = SDL_SetVideoMode(width, height, 0, flags)) == NULL ) { 66 66 return FALSE; 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.