diff options
Diffstat (limited to 'source/gl_draw.c')
-rw-r--r-- | source/gl_draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gl_draw.c b/source/gl_draw.c index fd75910..51f6b9c 100644 --- a/source/gl_draw.c +++ b/source/gl_draw.c @@ -371,7 +371,7 @@ void Draw_FPS( int x, int y ) { #define FPS_APERTURE 9 -int SortCmp( const void *v1, const void *v2 ) { +int QDECL SortCmp( const void *v1, const void *v2 ) { int i1 = *( int * )v1; int i2 = *( int * )v2; |