From fb449850a6895b5b82ee545fcb35a04d565c6d56 Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 3 Sep 2008 19:41:33 +0000 Subject: - server si dokaze stahnut arenu z downServera ( este to nie je poriadne otestovane ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@273 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/proto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/proto.c') diff --git a/src/base/proto.c b/src/base/proto.c index 5097146..304eff8 100644 --- a/src/base/proto.c +++ b/src/base/proto.c @@ -25,6 +25,7 @@ #include "screen_setting.h" #include "screen_choiceArena.h" #include "screen_analyze.h" +#include "screen_downArena.h" #include "client.h" #include "term.h" #include "radar.h" @@ -379,7 +380,7 @@ void proto_recv_init_client(char *msg) } proto_send_check_client(check_id); - + if( getCurrentArena() != NULL ) { return; -- cgit v1.2.3