From 38b98c9ecd0c300d40ae6db05ab9dc2b9189df8d Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 1 Jul 2008 17:53:41 +0000 Subject: - oprava chyby pri teleportacii lasserov - skutocne opravena chybya s neinicializovany audiom, a strielanim pri chodeni - ZeXxove patche pre spojenie s master serverom - client zobrazuje hlasku ak sa nepodarilo spojit zo serverom alebo sppojenie nasilne ukoncilo git-svn-id: http://opensvn.csie.org/tuxanci_ng@81 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/client.c b/src/client/client.c index 975c9da..2ed5e0a 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -221,6 +221,7 @@ void selectClientUdpSocket() if( isServerAlive() == FALSE ) { fprintf(stderr, "server neodpoveda !\n"); + setMsgToAnalyze(getMyText("ERROR_SERVER_DONT_ALIVE")); setWorldEnd(); return; } -- cgit v1.2.3