support for 64bit native mods
This commit is contained in:
parent
334fa9c48c
commit
88171d6bb7
14 changed files with 50 additions and 51 deletions
|
@ -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) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue