diff options
Diffstat (limited to 'code/qcommon')
| -rw-r--r-- | code/qcommon/vm_none.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/vm_none.c b/code/qcommon/vm_none.c index c7e5ba0..2316386 100644 --- a/code/qcommon/vm_none.c +++ b/code/qcommon/vm_none.c @@ -1,6 +1,6 @@  #include "vm_local.h" -int VM_CallCompiled( vm_t *vm, int *args ) { +int VM_CallCompiled( vm_t *vm, long *args ) {  	exit(99);  	return 0;  }  | 
