mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 20:20:21 -04:00
d_camera work (#2369)
* bumpCheck matching * checkGroundInfo matching * chaseCamera matching * lockonCamera attempted * talktoCamera matching * subjectCamera, magneCamera matching * colosseumCamera close, plus various fixes * towerCamera attempted * hookshotCamera matching
This commit is contained in:
@@ -38,7 +38,7 @@ const char* dEvent_exception_c::getEventName() {
|
||||
"PORTALWARP_START", "PORTALWARP_START_B",
|
||||
};
|
||||
|
||||
s32 roomNo = dComIfGp_roomControl_getStayNo();
|
||||
int roomNo = dComIfGp_roomControl_getStayNo();
|
||||
dStage_roomDt_c* roomDt = dComIfGp_roomControl_getStatusRoomDt(roomNo);
|
||||
dStage_MapEventInfo_c* eventInfo = roomDt->getMapEventInfo();
|
||||
if (mEventInfoIdx == -1) {
|
||||
|
||||
Reference in New Issue
Block a user