summaryrefslogtreecommitdiff
path: root/src/d/d_event_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_event_data.cpp')
-rw-r--r--src/d/d_event_data.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_event_data.cpp b/src/d/d_event_data.cpp
index 7f818f19..28c73fac 100644
--- a/src/d/d_event_data.cpp
+++ b/src/d/d_event_data.cpp
@@ -587,9 +587,9 @@ void dEvDtStaff_c::specialProcDirector() {
u32* pBGM = dComIfGp_evmng_getMyIntegerP(staffIdx, "BGM_ID");
u32 bgm;
static u32 bgm_table[] = {
- 0x80000007, // JA_BGM_I_MAJU
- 0x80000012, // JA_BGM_TETRA_MEET
- 0x80000017, // JA_BGM_I_LINK_FOREST
+ JA_BGM_I_MAJU,
+ JA_BGM_TETRA_MEET,
+ JA_BGM_I_LINK_FOREST,
};
if (pBGM != NULL) {