From b2dc67e16477f688f369f15574aba8a85cb18a40 Mon Sep 17 00:00:00 2001 From: Bertram Date: Tue, 22 Sep 2009 01:47:26 +0200 Subject: Added support for the go-through-walls case with mouse movement on TMWserv. Also removed an (now) unuseful debug piece of information. Thanks Kage for reporting this case. --- src/being.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index a1bb7f92..43f0fdef 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -203,9 +203,7 @@ void Being::clearPath() void Being::setPath(const Path &path) { mPath = path; -#ifdef TMWSERV_SUPPORT - std::cout << this << " New path: " << path << std::endl; -#else +#ifdef EATHENA_SUPPORT if (mAction != WALK && mAction != DEAD) { nextStep(); -- cgit v1.2.3-60-g2f50