Difference for arch/sdl/init.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 25
 
Line 25
  0   0
 #endif  #endif
  |   |
 #ifdef __SDL__  #ifdef SDL_VIDEO
  SDL_INIT_VIDEO   SDL_INIT_VIDEO
 #else  #else
  0   0
Line 34
 
Line 34
 //end edit -MM  //end edit -MM
     Error("SDL library initialisation failed: %s.",SDL_GetError());      Error("SDL library initialisation failed: %s.",SDL_GetError());
  }   }
 #ifdef __SDL__  #ifdef SDL_INPUT
  if (!FindArg("-nomouse"))   if (!FindArg("-nomouse"))
   d_mouse_init();    d_mouse_init();
 #endif  #endif

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4