summaryrefslogtreecommitdiff
path: root/i_validation.h
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-31 20:47:40 +0200
committerOskar <[email protected]>2024-03-31 20:47:40 +0200
commitc2844d947d2e8fdc43f9ede54fbeab89b3387183 (patch)
treee5a23165cfbc84a083ea2bd6f51a50ed9f077b69 /i_validation.h
parent637d43e58f72b0b6a3cc4577370cb52e07836b89 (diff)
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.
Diffstat (limited to 'i_validation.h')
-rw-r--r--i_validation.h4
1 files changed, 2 insertions, 2 deletions
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);