diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-23 16:15:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 16:15:12 +0200 |
commit | 530b5ff58d3bd383b9a48555cec9355f70ecaf20 (patch) | |
tree | b76392c3addab639379e02b1ba893a5ebf260170 /src/control/Script.h | |
parent | skeleton typos (diff) | |
parent | Compatibility with VC weapon.dat + new shotguns (diff) | |
download | re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar.gz re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar.bz2 re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar.lz re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar.xz re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.tar.zst re3-530b5ff58d3bd383b9a48555cec9355f70ecaf20.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 75a2c1e0..57b997b1 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -516,7 +516,7 @@ private: } } - bool CheckDamagedWeaponType(int32 type, int32 actual); + bool CheckDamagedWeaponType(int32 actual, int32 type); static bool ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool fbi, bool army, bool miami); }; |