diff --git a/code/qcommon/vm_none.c b/code/qcommon/vm_none.c index c7e5ba08..23163865 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; }