mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
* Fixed some long/int warnings, hopefully this doesn't disrupt the MSVC and/or 64bit builds
This commit is contained in:
parent
429e59a53c
commit
cde9e9e93c
4 changed files with 9 additions and 9 deletions
|
@ -310,7 +310,7 @@ locals from sp
|
|||
|
||||
#define DEBUGSTR va("%s%i", VM_Indent(vm), opStack-stack )
|
||||
|
||||
int VM_CallInterpreted( vm_t *vm, int *args ) {
|
||||
int VM_CallInterpreted( vm_t *vm, long *args ) {
|
||||
int stack[MAX_STACK];
|
||||
int *opStack;
|
||||
int programCounter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue