diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-02 15:30:29 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-02 15:30:29 +0000 |
| commit | 1367304b8c764d59f3bc9700db30c04d2deea8a6 (patch) | |
| tree | 8743839f33782623cfeae0bffc119fa77ac3b190 /src/screen/screen_world.c | |
| parent | f7222e01e1f9d3732541e90497f1e535daa02825 (diff) | |
- oprava chyby, sietova hra spadla ak ste cheli hrat viac ako raz
- server neoznamoval clientovy info o tom, ze ma nespravnu verziu
git-svn-id: http://opensvn.csie.org/tuxanci_ng@86 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen/screen_world.c')
| -rw-r--r-- | src/screen/screen_world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/screen_world.c b/src/screen/screen_world.c index c758e06..78628b2 100644 --- a/src/screen/screen_world.c +++ b/src/screen/screen_world.c @@ -126,7 +126,7 @@ void prepareArena() tux_t *tux; //printf("getSettingAI = %s\n", getSettingAI()); - arena = NULL; + setCurrentArena(NULL); switch( getNetTypeGame() ) { |