mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 17:11:40 +00:00
* Fix warning in cl_main.c
* Fix bug #4026 (SDL dx backend doesn't work on some machines)
This commit is contained in:
parent
2bd4c89203
commit
64a0a078d2
5 changed files with 53 additions and 17 deletions
|
@ -2104,7 +2104,7 @@ void CL_CheckForResend( void ) {
|
|||
// The challenge request shall be followed by a client challenge so no malicious server can hijack this connection.
|
||||
Com_sprintf(data, sizeof(data), "getchallenge %d", clc.challenge);
|
||||
|
||||
NET_OutOfBandPrint(NS_CLIENT, clc.serverAddress, data);
|
||||
NET_OutOfBandPrint(NS_CLIENT, clc.serverAddress, "%s", data);
|
||||
break;
|
||||
|
||||
case CA_CHALLENGING:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue