Add more player inlines

This commit is contained in:
LagoLunatic
2023-11-02 19:58:01 -04:00
parent 41c1259916
commit 082fb3b3fc
4 changed files with 42 additions and 34 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ static void action_dousa(am_class* i_this) {
i_this->mGravity = -11.0f;
i_this->speed.y = 40.0f;
fopAcM_monsSeStart(i_this, JA_SE_CV_AM_JUMP, 0);
if (!Line_check(i_this, player->current.pos) || player->getDamageWaitTimer()) {
if (!Line_check(i_this, player->current.pos) || player->getDamageWaitTimer() != 0) {
i_this->speedF = 0.0f;
}
i_this->mState += 1;