From 06488337637fe6c506ca30fe445c6fa3c4f2494c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 7 Oct 2023 03:06:37 +0200 Subject: fix linux --- src/path-search-dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path-search-dijkstra.cpp b/src/path-search-dijkstra.cpp index 87b72a49..44da9ebe 100644 --- a/src/path-search-dijkstra.cpp +++ b/src/path-search-dijkstra.cpp @@ -41,7 +41,7 @@ path_search_result path_search::Dijkstra(world& w, Vector2ub own_size, object_id struct tuple { - bbox bbox; + bbox bb; uint32_t dist; }; -- cgit v1.2.3