diff options
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r-- | src/path-search.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp index 232410d5..8a6dd768 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -90,7 +90,7 @@ private: #define FM_ASTAR_NO_EDGE_CACHE 1 -#ifndef FM_ASTAR_NO_EDGE_CACHE +#if !FM_ASTAR_NO_EDGE_CACHE struct edge { global_coords from, to; |