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_cgame.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'code/client/cl_cgame.c') diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c index c2f6df7..b6c0855 100644 --- a/code/client/cl_cgame.c +++ b/code/client/cl_cgame.c @@ -412,9 +412,7 @@ CL_CgameSystemCalls The cgame module is making a system call ==================== */ -#define VMA(x) VM_ArgPtr(args[x]) -#define VMF(x) ((float *)args)[x] -int CL_CgameSystemCalls( int *args ) { +long CL_CgameSystemCalls( long *args ) { switch( args[0] ) { case CG_PRINT: Com_Printf( "%s", VMA(1) ); -- cgit v1.2.3