mirror of
https://github.com/zeldaret/tp
synced 2026-06-28 03:03:14 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -76,9 +76,9 @@ bool daB_DRE_c::CameraSet() {
|
||||
camera_class* camera = dComIfGp_getCamera(dComIfGp_getPlayerCameraID(0));
|
||||
dCamera_c* cam_body = dCam_getBody();
|
||||
|
||||
if (!eventInfo.i_checkCommandDemoAccrpt()) {
|
||||
if (!eventInfo.checkCommandDemoAccrpt()) {
|
||||
fopAcM_orderPotentialEvent(this, 2, 0xFFFF, 0);
|
||||
eventInfo.i_onCondition(0);
|
||||
eventInfo.onCondition(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user