diff options
author | aap <aap@papnet.eu> | 2020-04-05 14:30:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 14:30:28 +0200 |
commit | 5e9ae94298c111c85a3ace292909c544b415f394 (patch) | |
tree | f3557226f72c8bcc0208b8e35232fff393aec5c1 /src/core/Frontend.h | |
parent | Merge pull request #380 from Nick007J/master (diff) | |
parent | CCamera fixes (diff) | |
download | re3-5e9ae94298c111c85a3ace292909c544b415f394.tar re3-5e9ae94298c111c85a3ace292909c544b415f394.tar.gz re3-5e9ae94298c111c85a3ace292909c544b415f394.tar.bz2 re3-5e9ae94298c111c85a3ace292909c544b415f394.tar.lz re3-5e9ae94298c111c85a3ace292909c544b415f394.tar.xz re3-5e9ae94298c111c85a3ace292909c544b415f394.tar.zst re3-5e9ae94298c111c85a3ace292909c544b415f394.zip |
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index 30e4f652..39e46ddd 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -363,7 +363,7 @@ enum enum eControlMethod { - CONTROL_STANDART = 0, + CONTROL_STANDARD = 0, CONTROL_CLASSIC, }; |