diff options
author | aap <aap@papnet.eu> | 2020-03-31 10:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 10:29:35 +0200 |
commit | a57d9b6797841db38f14b63e224da2d00d8f38fc (patch) | |
tree | 619bc010a0a290810fcc96b79b3a4071da1bb9cb /src/core/Frontend.h | |
parent | Merge pull request #371 from Sergeanur/MoreLanguages (diff) | |
parent | Mouse free cam for peds&cars (under FREE_CAM) (diff) | |
download | re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.gz re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.bz2 re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.lz re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.xz re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.tar.zst re3-a57d9b6797841db38f14b63e224da2d00d8f38fc.zip |
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r-- | src/core/Frontend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index c055c6ab..b7215fa4 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -479,7 +479,6 @@ public: static int32 &m_ControlMethod; static int8 &m_PrefsDMA; static int32 &m_PrefsLanguage; - static int8 &m_bDisableMouseSteering; static int32 &m_PrefsBrightness; static float &m_PrefsLOD; static int8 &m_bFrontEnd_ReloadObrTxtGxt; |