Compile fix for Loginserver

This commit is contained in:
Akkadius
2015-01-22 16:48:10 -06:00
parent 908c7b1464
commit 65397cf03e
9 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "../common/debug.h"
#include "../common/global_define.h"
#include "../common/types.h"
#include "../common/opcodemgr.h"
#include "../common/eq_stream_factory.h"
@@ -31,7 +31,7 @@
TimeoutManager timeout_manager;
LoginServer server;
EQEmuLogSys logger;
EQEmuLogSys Log;
ErrorLog *server_log;
bool run_server = true;