From 906e0791682825606f80f72f067f4b19005fe535 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 12 Sep 2015 18:41:12 +0300 Subject: Reenable dyecmd compilation. --- src/dyetool/client.cpp | 12 ++++++++++++ src/dyetool/client.h | 2 ++ 2 files changed, 14 insertions(+) (limited to 'src') diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 72e58385e..91a2cbe88 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -728,3 +728,15 @@ int Client::testsExec() { return 0; } + +bool Client::isTmw() +{ + const std::string &name = settings.serverName; + if (name == "server.themanaworld.org" + || name == "themanaworld.org" + || name == "167.114.185.71") + { + return true; + } + return false; +} diff --git a/src/dyetool/client.h b/src/dyetool/client.h index 3e1b64691..40a72ef9d 100644 --- a/src/dyetool/client.h +++ b/src/dyetool/client.h @@ -82,6 +82,8 @@ class Client final : public ActionListener void slowLogic(); + bool isTmw(); + private: void stateGame(); -- cgit v1.2.3-60-g2f50