diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-15 20:37:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-15 20:38:27 +0300 |
commit | 0ae57c3a2e3b8b8ae6bc3745f6e2fca2483e6899 (patch) | |
tree | 4493d88da75cd7481192432925d6730117077818 /src/gui/setup_input.cpp | |
parent | b2d5269eca7be4c76379ac2cbeef7a40ad0695bb (diff) | |
download | plus-0ae57c3a2e3b8b8ae6bc3745f6e2fca2483e6899.tar.gz plus-0ae57c3a2e3b8b8ae6bc3745f6e2fca2483e6899.tar.bz2 plus-0ae57c3a2e3b8b8ae6bc3745f6e2fca2483e6899.tar.xz plus-0ae57c3a2e3b8b8ae6bc3745f6e2fca2483e6899.zip |
Add move to point configurable shortcuts.
Diffstat (limited to 'src/gui/setup_input.cpp')
-rw-r--r-- | src/gui/setup_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_input.cpp b/src/gui/setup_input.cpp index e88098ff3..0e120488b 100644 --- a/src/gui/setup_input.cpp +++ b/src/gui/setup_input.cpp @@ -102,7 +102,7 @@ Setup_Input::Setup_Input(): selectedData = 0; mActionDataSize = new int [7]; - for (int f = 0; f < 7; f ++) + for (int f = 0; f < 8; f ++) { int cnt = 0; while (!setupActionData[f][cnt].name.empty()) |