* Fixed some long/int warnings, hopefully this doesn't disrupt the MSVC and/or 64bit builds

This commit is contained in:
Tim Angus 2005-09-26 16:13:14 +00:00
parent 429e59a53c
commit cde9e9e93c
4 changed files with 9 additions and 9 deletions

View file

@ -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;