summaryrefslogtreecommitdiff
path: root/src/d/d_event_data.cpp
diff options
context:
space:
mode:
authorCaroline Madsen <69010899+randomsalience@users.noreply.github.com>2025-02-23 17:43:25 -0500
committerGitHub <noreply@github.com>2025-02-23 14:43:25 -0800
commite3d0b94122116ae1cd8188078ad6e710eb54a26c (patch)
treeebca4b093d6afcaa9f344e99cd11bc3de0024169 /src/d/d_event_data.cpp
parent531a6d6d68655a1e7aad0b511971ff6c777e6d86 (diff)
d_a_npc work (#2306)
Diffstat (limited to 'src/d/d_event_data.cpp')
-rw-r--r--src/d/d_event_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_event_data.cpp b/src/d/d_event_data.cpp
index 24ff5ffee1..380324c86a 100644
--- a/src/d/d_event_data.cpp
+++ b/src/d/d_event_data.cpp
@@ -146,7 +146,7 @@ static int dEvDt_Next_Stage(int index, int wipe_type) {
if (room_no == -1) {
info = dComIfGp_getStageSclsInfo();
} else {
- info = dComIfGp_roomControl_getStatusRoomDt(room_no)->mRoomDt.getSclsInfo();
+ info = dComIfGp_roomControl_getStatusRoomDt(room_no)->getSclsInfo();
}
if (info != NULL && id >= 0 && id < info->numEntries) {