diff options
Diffstat (limited to 'src/map/path.h')
-rw-r--r-- | src/map/path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/path.h b/src/map/path.h index 83992b546..761d9de26 100644 --- a/src/map/path.h +++ b/src/map/path.h @@ -8,10 +8,10 @@ int path_blownpos(int m,int x0,int y0,int dx,int dy,int count); // tries to find a walkable path -bool path_search(struct walkpath_data *wpd,int m,int x0,int y0,int x1,int y1,int flag,cell_t cell); +bool path_search(struct walkpath_data *wpd,int m,int x0,int y0,int x1,int y1,int flag,cell_chk cell); // tries to find a shootable path -bool path_search_long(struct shootpath_data *spd,int m,int x0,int y0,int x1,int y1,cell_t cell); +bool path_search_long(struct shootpath_data *spd,int m,int x0,int y0,int x1,int y1,cell_chk cell); // distance related functions |