diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-07 20:49:54 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-07 20:49:54 +0000 |
| commit | 776577985a056407645a448f8332d6ce69d645a3 (patch) | |
| tree | 7f279fdce8100ce64409c2117c53b03443e5e5e1 /src/screen/screen_world.c | |
| parent | 6ca82a3f9841941caef20380fe014a8d4ac5349b (diff) | |
- opravy v kodu, ktory obsluhuje konfig
- oprava v screen_setting
- oprava v layer
git-svn-id: http://opensvn.csie.org/tuxanci_ng@123 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen/screen_world.c')
| -rw-r--r-- | src/screen/screen_world.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/screen/screen_world.c b/src/screen/screen_world.c index 16fffe8..f5556c9 100644 --- a/src/screen/screen_world.c +++ b/src/screen/screen_world.c @@ -43,7 +43,6 @@ static arena_t *arena; static int count; static int max_count; -static my_time_t lastServerLag; static bool_t isScreenWorldInit = FALSE; static bool_t isEndWorld; @@ -82,11 +81,6 @@ void setMaxCountRound(int n) max_count = n; } -void setLagServer(my_time_t lag) -{ - lastServerLag = lag; -} - void setWorldEnd() { isEndWorld = TRUE; @@ -373,7 +367,6 @@ static void eventEsc() if( mapa[(SDLKey)SDLK_ESCAPE] == SDL_PRESSED && isChatActive() == FALSE ) { - isEndWorld = TRUE; setWorldEnd(); return; } @@ -493,7 +486,6 @@ void startWorld() isEndWorld = FALSE; count = 0; - lastServerLag = LAG_SERVER_UNKNOWN; initListID(); initRadar(); |