diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2025-02-23 17:43:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 14:43:25 -0800 |
| commit | e3d0b94122116ae1cd8188078ad6e710eb54a26c (patch) | |
| tree | ebca4b093d6afcaa9f344e99cd11bc3de0024169 /src/d/d_event_data.cpp | |
| parent | 531a6d6d68655a1e7aad0b511971ff6c777e6d86 (diff) | |
d_a_npc work (#2306)
Diffstat (limited to 'src/d/d_event_data.cpp')
| -rw-r--r-- | src/d/d_event_data.cpp | 2 |
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) { |
