diff options
Diffstat (limited to 'source/cl_main.c')
-rw-r--r-- | source/cl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_main.c b/source/cl_main.c index 13b47f2..eb085bb 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -764,7 +764,7 @@ static void CL_ServerStatus_f( void ) { SortPlayers ==================== */ -static int SortPlayers( const void *v1, const void *v2 ) { +static int QDECL SortPlayers( const void *v1, const void *v2 ) { const playerStatus_t *p1 = ( const playerStatus_t * )v1; const playerStatus_t *p2 = ( const playerStatus_t * )v2; |