Explicit NO_LIMITS instead of 0

This commit is contained in:
Rangi
2018-05-05 19:19:51 -04:00
parent 5a9975c541
commit de0b344be4
2 changed files with 35 additions and 34 deletions

View File

@@ -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