summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.cpp')
-rw-r--r--src/map/chrif.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp
index 18482f6..7c47ea7 100644
--- a/src/map/chrif.cpp
+++ b/src/map/chrif.cpp
@@ -51,6 +51,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
Session *char_session;
static
IP4Address char_ip;
@@ -1329,3 +1331,4 @@ void do_init_chrif(void)
std::chrono::seconds(5)
).detach();
}
+} // namespace tmwa