From 29cabf44ea31a69cc8fe8340d1ed5010dec782b0 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 15 Sep 2013 23:54:52 +0100 Subject: Various fixes from Fuma --- src/sys/sys_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys') diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c index 4e1c2141..f58766f1 100644 --- a/src/sys/sys_main.c +++ b/src/sys/sys_main.c @@ -593,7 +593,7 @@ int main( int argc, char **argv ) // Run time SDL_version ver; - SDL_VERSION( &ver ); + SDL_GetVersion( &ver ); #define MINSDL_VERSION \ XSTRING(MINSDL_MAJOR) "." \ -- cgit