Explicit NO_LIMITS instead of 0
This commit is contained in:
@@ -28,6 +28,7 @@ ITEMMENU_CLOSE EQU 6
|
||||
CANT_SELECT_F EQU 6
|
||||
CANT_TOSS_F EQU 7
|
||||
|
||||
NO_LIMITS EQU 0
|
||||
CANT_SELECT EQU 1 << CANT_SELECT_F
|
||||
CANT_TOSS EQU 1 << CANT_TOSS_F
|
||||
|
||||
|
Reference in New Issue
Block a user