diff options
Diffstat (limited to 'src/d/actor/d_a_sq.cpp')
| -rw-r--r-- | src/d/actor/d_a_sq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_sq.cpp b/src/d/actor/d_a_sq.cpp index 9a7867acda..f2396d2db2 100644 --- a/src/d/actor/d_a_sq.cpp +++ b/src/d/actor/d_a_sq.cpp @@ -272,7 +272,7 @@ static void sq_fly(sq_class* i_this) { } cLib_addCalc2(&i_this->speedF, l_HIO.mFallSpeedXZ, 1.0f, 10.0f); - if (i_this->mAcch.i_ChkGroundHit()) { + if (i_this->mAcch.ChkGroundHit()) { i_this->mAction = sq_class::ACT_NORMAL; i_this->mMode = -1; } |
