]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/quake/files/vid_sdl.c.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / quake / files / vid_sdl.c.patch
1 --- quake1src/vid_sdl.c~        2003-09-24 02:18:50.000000000 +0100
2 +++ quake1src/vid_sdl.c 2005-05-08 15:30:10.663089128 +0100
3 @@ -59,7 +59,7 @@
4      Uint32 flags;
5  
6      // Load the SDL library
7 -    if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO|SDL_INIT_CDROM) < 0)
8 +    if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO) < 0)
9          Sys_Error("VID: Couldn't load SDL: %s", SDL_GetError());
10  
11      // Set up display mode (width and height)