Added MENU_KEY_ALL to avoid terrible 1023 constant

Added MENU_KEY_ALL to avoid terrible 1023 constant
This commit is contained in:
Cleverson 2020-06-10 21:49:13 -03:00 committed by GitHub
parent 01925c3c30
commit 0366323d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ public stock const Float:NULL_VECTOR[3];
#define MENU_KEY_8 (1<<7)
#define MENU_KEY_9 (1<<8)
#define MENU_KEY_0 (1<<9)
#define MENU_KEY_ALL MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4|MENU_KEY_5|MENU_KEY_6|MENU_KEY_7|MENU_KEY_8|MENU_KEY_9|MENU_KEY_0
/**
* Language constants