From 1c353304486db93afba97e451ab3826f0f9f2821 Mon Sep 17 00:00:00 2001 From: qndel Date: Fri, 1 Aug 2025 21:24:32 +0200 Subject: [PATCH] increase hotkeys --- Source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/player.h b/Source/player.h index e24a2d7db46..0c1e178f996 100644 --- a/Source/player.h +++ b/Source/player.h @@ -40,7 +40,7 @@ constexpr int MaxResistance = 75; constexpr uint8_t MaxSpellLevel = 15; constexpr int PlayerNameLength = 32; -constexpr size_t NumHotkeys = 12; +constexpr size_t NumHotkeys = 100; /** Walking directions */ enum {