diff options
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) "." \ |