From 3ae525b05858af105cc7e3eb6ac7316fc2f5bbd5 Mon Sep 17 00:00:00 2001 From: Bertram Date: Fri, 16 Apr 2010 13:58:56 +0200 Subject: Changed eAthena protocol name to TmwAthena and changed the config files accordingly. This makes room for the actual eAthena protocol future inclusion. --- src/gui/viewport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/viewport.cpp') diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index ac9bfb2e..99325db8 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -261,7 +261,7 @@ void Viewport::_drawDebugPath(Graphics *graphics) Path debugPath; - if (Net::getNetworkType() == ServerInfo::EATHENA) + if (Net::getNetworkType() == ServerInfo::TMWATHENA) { const int mouseTileX = (mMouseX + (int) mPixelViewX) / 32; const int mouseTileY = (mMouseY + (int) mPixelViewY) / 32; @@ -305,7 +305,7 @@ void Viewport::_drawPath(Graphics *graphics, const Path &path, { graphics->setColor(color); - if (Net::getNetworkType() == ServerInfo::EATHENA) + if (Net::getNetworkType() == ServerInfo::TMWATHENA) { for (Path::const_iterator i = path.begin(); i != path.end(); ++i) { -- cgit v1.2.3-60-g2f50