summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
committerIra Rice <irarice@gmail.com>2009-01-25 18:14:53 -0700
commit50eae6ebe793295986071e748f3698154158d6cd (patch)
tree62bc29fc5a7fd641d4ef3ee919e182b6a3f35de4 /src/main.cpp
parent537d390ae65e9b8a2701c04baa22962f7db0f093 (diff)
downloadmana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.gz
mana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.bz2
mana-client-50eae6ebe793295986071e748f3698154158d6cd.tar.xz
mana-client-50eae6ebe793295986071e748f3698154158d6cd.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 8490ec94..b933742a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -680,7 +680,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