mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
* 64 bit fix
This commit is contained in:
parent
909e96e41b
commit
47d4c2bfe5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include "vm_local.h"
|
#include "vm_local.h"
|
||||||
|
|
||||||
int VM_CallCompiled( vm_t *vm, int *args ) {
|
int VM_CallCompiled( vm_t *vm, long *args ) {
|
||||||
exit(99);
|
exit(99);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue