From eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 23 Mar 2009 11:14:00 -0600 Subject: Move all TMWServ-specific code to net/tmwserv Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. --- src/gui/buy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/buy.cpp') diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index 15a558a3..53a586c3 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -34,7 +34,7 @@ #include "../units.h" #ifdef TMWSERV_SUPPORT -#include "../net/gameserver/player.h" +#include "../net/tmwserv/gameserver/player.h" #else #include "../net/messageout.h" #include "../net/ea/protocol.h" -- cgit v1.2.3-60-g2f50