From 2fd0c9d50f1eb83d46080fb114cba5465e8c4506 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 3 Jun 2008 21:26:17 +0000 Subject: - zaciatok podpory FR jazyka - server podporuje socre ( treb este zdokumentovat protokol ) - prelozene dve chybove hlasky pre siete - odosielam to na rychlo git-svn-id: http://opensvn.csie.org/tuxanci_ng@59 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client.c') diff --git a/src/client.c b/src/client.c index 2d98790..0009909 100644 --- a/src/client.c +++ b/src/client.c @@ -11,6 +11,8 @@ #include "screen_world.h" #include "proto.h" #include "client.h" +#include "language.h" +#include "screen_analyze.h" static int protocolType; @@ -243,7 +245,7 @@ void selectClientSdlUdpSocket() if( isServerAlive() == FALSE ) { - fprintf(stderr, "server neodpoveda !\n"); + setMsgToAnalyze(getMyText("ERROR_SERVER_DONT_ALIVE")); setWorldEnd(); return; } -- cgit v1.2.3