diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:00:29 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:00:29 +0000 |
| commit | c68df329f2483d8fc9b75488c695787cd18c20a4 (patch) | |
| tree | 18e11cd70360c77606ecdeafe5dbd8f9ff0c12d7 /src/screen/screen_world.c | |
| parent | 753fde16397b5943091aa1e9112cea1e5ded0ca5 (diff) | |
- vsetky widegety pouzivaju widget_t
( priparava na kontajner s widgetmi )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@201 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen/screen_world.c')
| -rw-r--r-- | src/screen/screen_world.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/screen/screen_world.c b/src/screen/screen_world.c index e619bbb..4229556 100644 --- a/src/screen/screen_world.c +++ b/src/screen/screen_world.c @@ -78,16 +78,6 @@ void setWorldArena(int id) #endif } -void setMaxCountRound(int n) -{ - arena->max_countRound = n; -} - -int getMaxCountRound() -{ - return arena->max_countRound; -} - void setWorldEnd() { isEndWorld = TRUE; |