Remove deceiving comment

This commit is contained in:
Sergeanur 2021-07-26 09:16:20 +03:00
parent 123f2fda9b
commit f7a2c265b3
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};