diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-02-22 23:42:10 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-02-22 23:48:21 +0100 |
commit | b2d062ef2dc5d117fa11a56d56a2ac8531c7a187 (patch) | |
tree | e90bb131f188deae507206838c739845a5698e97 /src/core | |
parent | Fix police radio condition (diff) | |
download | re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar.gz re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar.bz2 re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar.lz re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar.xz re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.tar.zst re3-b2d062ef2dc5d117fa11a56d56a2ac8531c7a187.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h index f4a07cae..09e6b39d 100644 --- a/src/core/Pad.h +++ b/src/core/Pad.h @@ -9,7 +9,7 @@ enum { PLAYERCONTROL_DISABLED_10 = 16, PLAYERCONTROL_DISABLED_20 = 32, // used on CPlayerInfo::MakePlayerSafe PLAYERCONTROL_DISABLED_40 = 64, // used on phone calls - PLAYERCONTROL_DISABLED_80 = 128, + PLAYERCONTROL_DISABLED_80 = 128,// used on cutscenes }; class CControllerState |