From e3d0b94122116ae1cd8188078ad6e710eb54a26c Mon Sep 17 00:00:00 2001 From: Caroline Madsen <69010899+randomsalience@users.noreply.github.com> Date: Sun, 23 Feb 2025 17:43:25 -0500 Subject: d_a_npc work (#2306) --- src/d/d_event_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_event_data.cpp') 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) { -- cgit v1.2.3