diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-11 21:55:52 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-11 21:55:52 +0000 |
| commit | 63e834c35381a115876bf2c22834417af9788d8f (patch) | |
| tree | 4d37831e4a4f218704366e99835183f9d7cf9617 /src/engine/client | |
| parent | 094a019149269e2c6efcc729a5c24ca728a07c98 (diff) | |
| download | zcatch-63e834c35381a115876bf2c22834417af9788d8f.tar.gz zcatch-63e834c35381a115876bf2c22834417af9788d8f.zip | |
added connection problems sign
Diffstat (limited to 'src/engine/client')
| -rw-r--r-- | src/engine/client/client.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/client/client.c b/src/engine/client/client.c index da241a72..6e1e88d6 100644 --- a/src/engine/client/client.c +++ b/src/engine/client/client.c @@ -305,6 +305,11 @@ void client_rcon(const char *cmd) client_send_msg(); } +int client_connection_problems() +{ + return netclient_gotproblems(net); +} + static void client_send_input() { int64 now = time_get(); |