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


version 1.2 version 1.3
Line 25
 
Line 25
  0   0
 #endif  #endif
  |   |
 #ifdef SDL_VIDEO  #ifdef __SDL__
  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_INPUT  #ifdef __SDL__
  if (!FindArg("-nomouse"))   if (!FindArg("-nomouse"))
   d_mouse_init();    d_mouse_init();
 #endif  #endif

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