mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 23:00:27 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -263,7 +263,7 @@ int daObjWchain_c::execute() {
|
||||
|
||||
setChainPos();
|
||||
|
||||
if (daPy_py_c::i_checkNowWolf() && !mRide && mPullLength < 0.1f) {
|
||||
if (daPy_py_c::checkNowWolf() && !mRide && mPullLength < 0.1f) {
|
||||
attention_info.flags |= 1;
|
||||
} else {
|
||||
attention_info.flags &= ~1;
|
||||
|
||||
Reference in New Issue
Block a user