mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
64bit fix: VM_Call return value is a pointer
This commit is contained in:
parent
058c2af2ce
commit
e129637b5a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue