diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 19:41:33 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 19:41:33 +0000 |
| commit | fb449850a6895b5b82ee545fcb35a04d565c6d56 (patch) | |
| tree | 0689495086c1c69929dddbc4a65626705131de96 /src/base/proto.c | |
| parent | c8a8b08db7889eaa34f0b52b5a4d9487358b0d88 (diff) | |
- 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
Diffstat (limited to 'src/base/proto.c')
| -rw-r--r-- | src/base/proto.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |