mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +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;
|
int challenge;
|
||||||
char *password;
|
char *password;
|
||||||
int startIndex;
|
int startIndex;
|
||||||
int denied;
|
intptr_t denied;
|
||||||
int count;
|
int count;
|
||||||
|
|
||||||
Com_DPrintf ("SVC_DirectConnect ()\n");
|
Com_DPrintf ("SVC_DirectConnect ()\n");
|
||||||
|
|
Loading…
Reference in a new issue