From c2844d947d2e8fdc43f9ede54fbeab89b3387183 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 31 Mar 2024 20:47:40 +0200 Subject: Alright. 'D' and 'X' will work exactly like validate_LN with MODE_N. May change in the future but for now it will only support MODE_N for simplicity sake. I really want the new input system out. --- i_validation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i_validation.h') diff --git a/i_validation.h b/i_validation.h index 52e7c51..39e5848 100644 --- a/i_validation.h +++ b/i_validation.h @@ -13,8 +13,8 @@ #define _IMM_NOTHING _VALID #define _CONTINUE 6 #define _NA 7 -#define MODE_L 76 -#define MODE_N 78 +#define MODE_L 76 // MODE_L works for Commands with + and - +#define MODE_N 78 // MODE_N works for Commands with + only int validate_imm_numbers(char *smode_buf); -- cgit v1.2.3