diff options
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
| -rw-r--r-- | src/d/actor/d_a_ep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp index 2caa36f4..3ba12fbe 100644 --- a/src/d/actor/d_a_ep.cpp +++ b/src/d/actor/d_a_ep.cpp @@ -216,7 +216,7 @@ void ep_move(ep_class* i_this) { switch (i_this->m4D0) { case 0: if (i_this->m508 != 0) { - cLib_addCalc0(&i_this->mLightPower, 0.5f, 0.05000000074505806f); + cLib_addCalc0(&i_this->mLightPower, 0.5f, 0.05f); if (i_this->mSph1.ChkTgHit()) { cCcD_Obj* hitObj = i_this->mSph1.GetTgHitObj(); |
