summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/playerhandler.cpp')
-rw-r--r--src/net/ea/playerhandler.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp
index 0592bb55..14907300 100644
--- a/src/net/ea/playerhandler.cpp
+++ b/src/net/ea/playerhandler.cpp
@@ -309,7 +309,8 @@ void PlayerHandler::handleMessage(Net::MessageIn &msg)
break;
case SMSG_PLAYER_STAT_UPDATE_2:
- switch (msg.readInt16()) {
+ switch (msg.readInt16())
+ {
case 0x0001:
player_node->setExp(msg.readInt32());
break;
@@ -490,7 +491,8 @@ void PlayerHandler::handleMessage(Net::MessageIn &msg)
break;
case SMSG_PLAYER_STAT_UPDATE_6:
- switch (msg.readInt16()) {
+ switch (msg.readInt16())
+ {
case 0x0020:
statusWindow->setPointsNeeded(STR, msg.readInt8());
break;
@@ -516,7 +518,8 @@ void PlayerHandler::handleMessage(Net::MessageIn &msg)
{
int type = msg.readInt16();
- switch (type) {
+ switch (type)
+ {
case 0:
localChatTab->chatLog(_("Equip arrows first."),
BY_SERVER);