diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-20 19:27:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-20 19:27:19 -0500 |
| commit | 25e69da75e7c76b3b65ec1ecd6a4cfecfeaf65be (patch) | |
| tree | 117164becb109f873d65ce7f1672b777658dd81c /src/d/d_kankyo_rain.cpp | |
| parent | 29890bc07c634824299f6d1f226a7392e32da1e6 (diff) | |
d_cc_uty OK
Diffstat (limited to 'src/d/d_kankyo_rain.cpp')
| -rw-r--r-- | src/d/d_kankyo_rain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_kankyo_rain.cpp b/src/d/d_kankyo_rain.cpp index dac2f37b..02a23171 100644 --- a/src/d/d_kankyo_rain.cpp +++ b/src/d/d_kankyo_rain.cpp @@ -1253,7 +1253,7 @@ BOOL light_at_hit_check(cXyz* pPos) { BOOL ret = FALSE; fopAc_ac_c * pActor; u32 res = dComIfG_Ccsp()->ChkMass(pPos, &pActor, &hitInfo); - if (((res & 1) != 0) && (hitInfo.GetAtHitObj()->GetAtType() & AT_TYPE_LIGHT) != 0) + if (((res & 1) != 0) && (hitInfo.GetAtHitObj()->GetAtType() & AT_TYPE_LIGHT)) ret = TRUE; return ret; } |
