Changeset 34 for trunk/src/game/BattleGroundAB.cpp
- Timestamp:
- 11/19/08 13:25:37 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/BattleGroundAB.cpp
r9 r34 26 26 #include "MapManager.h" 27 27 #include "Language.h" 28 #include "World.h" 28 29 #include "Util.h" 29 30 … … 108 109 DoorOpen(BG_AB_OBJECT_GATE_H); 109 110 110 PlaySoundToAll(SOUND_BG_START); 111 if(sWorld.getConfig(CONFIG_BG_START_MUSIC)) 112 { 113 PlaySoundToAll(SOUND_BG_START); 114 PlaySoundToAll(SOUND_BG_START_L70ETC); //MUSIC 115 } 116 else 117 PlaySoundToAll(SOUND_BG_START); 111 118 SetStatus(STATUS_IN_PROGRESS); 112 119