diff options
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r-- | src/path-search.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp index 464596a6..e3fad6e6 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -56,8 +56,7 @@ struct astar { uint32_t dist = (uint32_t)-1; uint32_t prev = (uint32_t)-1; - global_coords coord; - Vector2b offset; + point pt; }; using pred = path_search::pred; |