r549 - trunk/code/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Feb 18 14:03:06 EST 2006
Author: ludwig
Date: 2006-02-18 14:03:06 -0500 (Sat, 18 Feb 2006)
New Revision: 549
Modified:
trunk/code/server/sv_client.c
Log:
64bit fix: VM_Call return value is a pointer
Modified: trunk/code/server/sv_client.c
===================================================================
--- trunk/code/server/sv_client.c 2006-02-18 19:02:34 UTC (rev 548)
+++ trunk/code/server/sv_client.c 2006-02-18 19:03:06 UTC (rev 549)
@@ -239,7 +239,7 @@
int challenge;
char *password;
int startIndex;
- int denied;
+ intptr_t denied;
int count;
Com_DPrintf ("SVC_DirectConnect ()\n");
More information about the quake3-commits
mailing list