unit.h: remove unused constant MAX_UNIT_DIRECTIONS

This commit is contained in:
Xavier Del Campo Romero 2022-09-26 02:25:18 +02:00
parent b79ccb900a
commit 28d624a7b8
1 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,7 @@ struct unit
UNIT_DIR_S,
UNIT_DIR_SW,
UNIT_DIR_W,
UNIT_DIR_NW,
MAX_UNIT_DIRECTIONS
UNIT_DIR_NW
} dir;
enum unit_state state;