fix: restore KBM sprint on either Ctrl key

This commit is contained in:
daoge_cmd
2026-03-05 01:49:38 +08:00
parent 7b35df8714
commit 4108ed142b
3 changed files with 26 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ public:
static const int KEY_RIGHT = 'D';
static const int KEY_JUMP = VK_SPACE;
static const int KEY_SNEAK = VK_LSHIFT;
static const int KEY_SPRINT = VK_LCONTROL;
static const int KEY_SPRINT = VK_CONTROL;
static const int KEY_INVENTORY = 'E';
static const int KEY_DROP = 'Q';
static const int KEY_CRAFTING = 'C';