summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/inputcondition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputcondition.h b/src/input/inputcondition.h
index d1ce6db26..2f44570a7 100644
--- a/src/input/inputcondition.h
+++ b/src/input/inputcondition.h
@@ -47,7 +47,7 @@ namespace InputCondition
SHORTCUT0 = 2 + 4 + 16 + 512, // flags for shortcut keys
GAME = 2 + 4 + 8 + 16 + 64 + 2048, // main game key
GAME2 = 2 + 8 + 16 + 64 + 2048,
- ARROWKEYS = 2 + 8 + 16 + 64 + 2048 + 4096 + 16384
+ ARROWKEYS = 2 + 4 + 8 + 16 + 64 + 2048 + 4096 + 16384
};
} // namespace InputCondition