From eb66598c326862fd9dfc1899be4eac93f81a8023 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 8 Jun 2022 19:23:55 +0200 Subject: fix: prevent A, B, C & D from being interpreted as arrow keys --- src/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.cpp') diff --git a/src/game/game.cpp b/src/game/game.cpp index 879f096..73ab7f5 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -2,7 +2,7 @@ #include "engine/data/bounds.hpp" #include "engine/escape.hpp" -#include "game/keycodes.hpp" +#include "engine/keycodes.hpp" #include "util/algorithm.hpp" #include "util/string.hpp" -- cgit v1.2.3-18-g5258