aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_ui.c')
-rw-r--r--code/client/cl_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c
index efbc188..e460b60 100644
--- a/code/client/cl_ui.c
+++ b/code/client/cl_ui.c
@@ -764,7 +764,7 @@ CL_UISystemCalls
The ui module is making a system call
====================
*/
-long CL_UISystemCalls( long *args ) {
+intptr_t CL_UISystemCalls( intptr_t *args ) {
switch( args[0] ) {
case UI_ERROR:
Com_Error( ERR_DROP, "%s", VMA(1) );