summaryrefslogtreecommitdiffstats
path: root/src/peds/PedIK.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-02 01:09:51 +0100
committerGitHub <noreply@github.com>2020-03-02 01:09:51 +0100
commitde68d726a3dc005d9dd395a42d393bc1f43104d4 (patch)
treeee6cb8fbeec9622d4dd7dab02022592540de30ff /src/peds/PedIK.h
parentMerge pull request #336 from Nick007J/master (diff)
parentFixes and cleanup (diff)
downloadre3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar.gz
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar.bz2
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar.lz
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar.xz
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.tar.zst
re3-de68d726a3dc005d9dd395a42d393bc1f43104d4.zip
Diffstat (limited to 'src/peds/PedIK.h')
-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,
};