diff options
Diffstat (limited to 'src/map/path.h')
-rw-r--r-- | src/map/path.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/path.h b/src/map/path.h index b1ca71955..5bc551dc9 100644 --- a/src/map/path.h +++ b/src/map/path.h @@ -6,6 +6,9 @@ #include "map.h" // enum cell_chk +#define MOVE_COST 10 +#define MOVE_DIAGONAL_COST 14 + #define MAX_WALKPATH 32 struct walkpath_data { |