mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
is_server being true for the clients doesn't help make the protocol work :)
That's why the client couldn't connect to the server: it was using the server's version of the protocol.
This commit is contained in:
parent
4fb72bee99
commit
3bcb4ed046
3 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,7 @@
|
|||
CVAR_FIXME */
|
||||
cvar_t *sys_extrasleep;
|
||||
|
||||
qboolean is_server = true;
|
||||
qboolean stdin_ready;
|
||||
|
||||
#define BASEDIR "."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue