summaryrefslogtreecommitdiff
path: root/src/peds/PedIK.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-26 09:16:20 +0300
committerSergeanur <s.anureev@yandex.ua>2021-07-26 09:16:20 +0300
commitf19a1aebd428ac7be642d0ae53e9d8837e9ac85a (patch)
tree9841c29facbb49861b45a54d484bc104ab050074 /src/peds/PedIK.h
parentFix smooth spray when shooting with colt or usi while using PC controls (diff)
downloadre3-f19a1aebd428ac7be642d0ae53e9d8837e9ac85a.tar.gz
Remove deceiving comment
Diffstat (limited to 'src/peds/PedIK.h')
-rw-r--r--src/peds/PedIK.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h
index 9077fbea..1543fa34 100644
--- a/src/peds/PedIK.h
+++ b/src/peds/PedIK.h
@@ -29,7 +29,7 @@ class CPedIK
{
public:
enum {
- GUN_POINTED_SUCCESSFULLY = 1, // set but unused
+ GUN_POINTED_SUCCESSFULLY = 1,
LOOKAROUND_HEAD_ONLY = 2,
AIMS_WITH_ARM = 4,
};