* Bump the minimum SDL version up to 1.2.10, and remove workarounds for earlier versions

This commit is contained in:
Tim Angus 2009-10-25 22:36:32 +00:00
parent f9c4003186
commit 968892c61b
2 changed files with 2 additions and 24 deletions

View file

@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// Require a minimum version of SDL
#define MINSDL_MAJOR 1
#define MINSDL_MINOR 2
#define MINSDL_PATCH 7
#define MINSDL_PATCH 10
// Input subsystem
void IN_Init( void );