Difference for arch/sdl/init.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  // Initialise the library   // Initialise the library
 //edited on 01/03/99 by Matt Mueller - if we use SDL_INIT_EVERYTHING, cdrom is initialized even if -nocdaudio is used  //edited on 01/03/99 by Matt Mueller - if we use SDL_INIT_EVERYTHING, cdrom is initialized even if -nocdaudio is used
  if (SDL_Init(   if (SDL_Init(
 #ifdef SDL_AUDIO  
  SDL_INIT_AUDIO  
 #else  
  0  
 #endif  
  |  
 #if SDL_VIDEO || SDL_GL  #if SDL_VIDEO || SDL_GL
  SDL_INIT_VIDEO   SDL_INIT_VIDEO
 #else  #else

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6