summaryrefslogtreecommitdiffstats
path: root/src/peds/PedIK.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peds/PedIK.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h
index c23a5fcc..dc3f8dda 100644
--- a/src/peds/PedIK.h
+++ b/src/peds/PedIK.h
@@ -30,8 +30,8 @@ class CPedIK
{
public:
enum {
- FLAG_1 = 1,
- LOOKING = 2, // looking while in car?
+ GUN_POINTED_SUCCESSFULLY = 1, // set but unused
+ LOOKAROUND_HEAD_ONLY = 2,
AIMS_WITH_ARM = 4,
};