summaryrefslogtreecommitdiff
path: root/src/map/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/path.cpp')
-rw-r--r--src/map/path.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/path.cpp b/src/map/path.cpp
index 3c05d52..52d20ad 100644
--- a/src/map/path.cpp
+++ b/src/map/path.cpp
@@ -39,6 +39,8 @@
namespace tmwa
{
+namespace map
+{
constexpr int MAX_HEAP = 150;
struct tmp_path
{
@@ -357,4 +359,5 @@ int path_search(struct walkpath_data *wpd, Borrowed<map_local> m, int x0, int y0
return -1;
}
}
+} // namespace map
} // namespace tmwa