mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 10:01:08 -04:00
d_a_npc work (#2306)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user