From c3f255e38a077ac61bed4e2a1cec41ea05ca26a0 Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 30 Aug 2005 20:30:17 +0000 Subject: support for 64bit native mods git-svn-id: svn://svn.icculus.org/quake3/trunk@34 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_ui.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'code/client/cl_ui.c') diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c index 66e6265..d1fdd37 100644 --- a/code/client/cl_ui.c +++ b/code/client/cl_ui.c @@ -757,10 +757,6 @@ static int FloatAsInt( float f ) { return temp; } -void *VM_ArgPtr( int intValue ); -#define VMA(x) VM_ArgPtr(args[x]) -#define VMF(x) ((float *)args)[x] - /* ==================== CL_UISystemCalls @@ -768,7 +764,7 @@ CL_UISystemCalls The ui module is making a system call ==================== */ -int CL_UISystemCalls( int *args ) { +long CL_UISystemCalls( long *args ) { switch( args[0] ) { case UI_ERROR: Com_Error( ERR_DROP, "%s", VMA(1) ); -- cgit v1.2.3