From 27137ec9d29c36df8117869773203b243849896c Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Fri, 26 May 2023 21:46:19 +1200 Subject: feat: Made keybinds work (I hope) Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index f9a0999..2e364ac 100644 --- a/commands.h +++ b/commands.h @@ -18,7 +18,7 @@ enum CommandArgType { STR, NUM, - DIR, + MOVDIR, STR_REST, NUM_ARR_REST }; -- cgit v1.2.3