summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
commit45c59795a2fafd208bb7cdd52dc98a85f2377d2a (patch)
treef2b6813237728a9c488d58c99e4483ab31b51946 /src/main.cpp
parent65da3d5cd5c8cf40abc1e6d31b04eada615fe307 (diff)
downloadMana-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.gz
Mana-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.bz2
Mana-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.xz
Mana-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.zip
Removed the TMW branding from header guards
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dc2f18e3..0291fd86 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -612,7 +612,7 @@ void charLogin(Network *network, LoginData *loginData)
outMsg.writeInt32(loginData->session_ID1);
outMsg.writeInt32(loginData->session_ID2);
// [Fate] The next word is unused by the old char server, so we squeeze in tmw client version information
- outMsg.writeInt16(TMW_CLIENT_PROTOCOL_VERSION);
+ outMsg.writeInt16(CLIENT_PROTOCOL_VERSION);
outMsg.writeInt8(loginData->sex);
// We get 4 useless bytes before the real answer comes in