mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 04:53:19 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -1317,13 +1317,13 @@ bool daB_DS_c::mCutTypeCheck() {
|
||||
bool daB_DS_c::startDemoCheck() {
|
||||
camera_class* camera = dComIfGp_getCamera(dComIfGp_getPlayerCameraID(0));
|
||||
|
||||
if (daPy_py_c::i_checkNowWolf()) {
|
||||
if (daPy_py_c::checkNowWolf()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!eventInfo.checkCommandDemoAccrpt()) {
|
||||
fopAcM_orderPotentialEvent(this, 2, 0xFFFF, 0);
|
||||
eventInfo.i_onCondition(2);
|
||||
eventInfo.onCondition(2);
|
||||
mCameraEye = dCam_getBody()->Center();
|
||||
mCameraCenter = dCam_getBody()->Eye();
|
||||
mCameraFovy = dCam_getBody()->Fovy();
|
||||
@@ -5273,7 +5273,7 @@ void daB_DS_c::mBattle2_mtx_set() {
|
||||
lin_chk.Set(&mMouthPos, &field_0x6d0, this);
|
||||
|
||||
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
||||
field_0x6d0 = lin_chk.i_GetCross();
|
||||
field_0x6d0 = lin_chk.GetCross();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user