summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-15 18:35:48 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-15 18:35:48 +0000
commitb84b59153c587248ca8a6a94a6d93977e851233f (patch)
treee13b33f09ee6ac130bb6045626618b1c5fc4d787 /src/screen_world.c
parent6038f9434f1eb40caf7992ece9a3972e95a9fc11 (diff)
- moznost skompilovat public server bez GUI ( pomocou Makefile-publicServer )
port sa nastavuje ako ./publicserver --port <port> - jeto iba prvotna verzia treba to este odladit a zostabilnit git-svn-id: http://opensvn.csie.org/tuxanci_ng@18 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screen_world.c b/src/screen_world.c
index fb9a559..7e63cd0 100644
--- a/src/screen_world.c
+++ b/src/screen_world.c
@@ -75,6 +75,7 @@ arena_t* getWorldArena()
void setWorldArena(int id)
{
arena = getArena(id);
+ playMusic(arena->music, MUSIC_GROUP_USER);
}
void setMaxCountRound(int n)
@@ -141,7 +142,6 @@ void prepareArena()
case NET_GAME_TYPE_NONE :
setWorldArena( getChoiceArenaId() );
addNewItem(arena->listItem, NULL);
- playMusic(arena->music, MUSIC_GROUP_USER);
getSettingCountRound(&max_count);
tux = newTux();
@@ -158,7 +158,6 @@ void prepareArena()
case NET_GAME_TYPE_SERVER :
setWorldArena( getChoiceArenaId() );
addNewItem(arena->listItem, NULL);
- playMusic(arena->music, MUSIC_GROUP_USER);
getSettingCountRound(&max_count);
tux = newTux();