From 25070b355b8a0394c1fbd9cf82c44752b5a8b8c3 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 17 Jul 2014 16:50:40 -0700 Subject: Add dir annoyances --- src/mmo/core.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mmo') diff --git a/src/mmo/core.cpp b/src/mmo/core.cpp index 2264ec6..f1a8d07 100644 --- a/src/mmo/core.cpp +++ b/src/mmo/core.cpp @@ -27,6 +27,8 @@ #include #include +#include + #include "../strings/zstring.hpp" #include "../strings/literal.hpp" @@ -107,6 +109,9 @@ void sig_proc(int) int main(int argc, char **argv) { using namespace tmwa; + + check_paths(); + // ZString args[argc]; is (deliberately!) not supported by clang yet ZString *args = static_cast(alloca(argc * sizeof(ZString))); for (int i = 0; i < argc; ++i) -- cgit v1.2.3-60-g2f50