mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
missed this when fixing things for Hikaru
This commit is contained in:
parent
23e3fc0cb8
commit
d52df3a733
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ int
|
|||
VCR_SendMessage (qsocket_t * sock, sizebuf_t *data)
|
||||
{
|
||||
int ret;
|
||||
long *driverdata = (long *) &sock->driverdata;
|
||||
long *driverdata = (long *) (char *) &sock->driverdata;
|
||||
|
||||
if (host_time != next.time || next.op != VCR_OP_SENDMESSAGE
|
||||
|| next.session != *driverdata)
|
||||
|
|
Loading…
Reference in a new issue