Workaround to build with SDL 2.24.1+ until upstream catches up to new
SDL versioning

https://github.com/odamex/odamex/commit/84b88e156fd81cf74b70bc6c0129bde5d9588e1a

Index: client/sdl/i_sdl.h
--- client/sdl/i_sdl.h.orig
+++ client/sdl/i_sdl.h
@@ -26,7 +26,7 @@
 
 #include <SDL.h>
 
-#if (SDL_MAJOR_VERSION == 2 && SDL_MINOR_VERSION == 0)
+#if (SDL_MAJOR_VERSION == 2)
 	#define SDL20
 #elif (SDL_MAJOR_VERSION == 1 && SDL_MINOR_VERSION == 2)
 	#define SDL12
