summaryrefslogtreecommitdiffhomepage
path: root/src/search-astar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search-astar.hpp')
-rw-r--r--src/search-astar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search-astar.hpp b/src/search-astar.hpp
index c31b348f..61553f80 100644
--- a/src/search-astar.hpp
+++ b/src/search-astar.hpp
@@ -38,6 +38,7 @@ private:
safe_ptr<struct Search::cache> _cache;
Array<visited> nodes;
Array<uint32_t> Q;
+ Array<point> temp_nodes;
};
} // namespace floormat