diff options
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; |