summaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c4
1 files changed, 3 insertions, 1 deletions
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;
}