mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 12:07:34 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -322,7 +322,7 @@ void daObjStone_c::mode_proc_call() {
|
||||
&daObjStone_c::modeYogan,
|
||||
};
|
||||
if (fopAcM_checkCarryNow(this) && field_0x0907 != 2) {
|
||||
if (daPy_py_c::i_checkNowWolf()) {
|
||||
if (daPy_py_c::checkNowWolf()) {
|
||||
init_modePushWolfNonBreak();
|
||||
} else {
|
||||
init_modeCarry();
|
||||
|
||||
Reference in New Issue
Block a user