diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-26 02:25:18 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-26 02:25:18 +0200 |
| commit | 39f50e601d395bbd2d78d0147ac530b756da2fff (patch) | |
| tree | f5b978c8dbd26979d2c0c506e5ccc731fa827457 /src/unit | |
| parent | e00ed40c9cec2c25704263adedbeac5cedb60170 (diff) | |
| download | jancity-39f50e601d395bbd2d78d0147ac530b756da2fff.tar.gz | |
unit.h: remove unused constant MAX_UNIT_DIRECTIONS
Diffstat (limited to 'src/unit')
| -rw-r--r-- | src/unit/inc/unit.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/unit/inc/unit.h b/src/unit/inc/unit.h index 4a5ace7..5af0c3f 100644 --- a/src/unit/inc/unit.h +++ b/src/unit/inc/unit.h @@ -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; |
