64bit fix: VM_Call return value is a pointer

This commit is contained in:
Ludwig Nussel 2006-02-18 19:03:06 +00:00
parent 058c2af2ce
commit e129637b5a

View file

@ -239,7 +239,7 @@ void SV_DirectConnect( netadr_t from ) {
int challenge;
char *password;
int startIndex;
int denied;
intptr_t denied;
int count;
Com_DPrintf ("SVC_DirectConnect ()\n");