diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-10 15:55:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-10 15:55:59 +0300 |
commit | bfc5d7483c0a81409ebf08603f634e88b8db03f8 (patch) | |
tree | 0a9357fdc0cc63217fcf49bd3523d2a47e79c806 /src/defaults.cpp | |
parent | dc0383ea1c14db56cbdbde5f1d38eb6c1f6d672d (diff) | |
download | plus-bfc5d7483c0a81409ebf08603f634e88b8db03f8.tar.gz plus-bfc5d7483c0a81409ebf08603f634e88b8db03f8.tar.bz2 plus-bfc5d7483c0a81409ebf08603f634e88b8db03f8.tar.xz plus-bfc5d7483c0a81409ebf08603f634e88b8db03f8.zip |
Add setting to allow and not allow move character by mouse.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index 596f56f47..22c38e9b7 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -400,6 +400,7 @@ DefaultsData* getConfigDefaults() AddDEF("enableIdCollecting", false); AddDEF("checkOpenGLVersion", true); AddDEF("openglContext", false); + AddDEF("allowMoveByMouse", true); return configData; } |