From 96d1d7c2600642930019bd5a9553f92ec2d7d5a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Jul 2016 23:50:19 +0300 Subject: Fix code style. --- src/net/ea/beingrecv.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/net/ea/beingrecv.cpp') diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index 39a0e26e1..9b12583a8 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -45,8 +45,6 @@ #include "net/messagein.h" #include "net/serverfeatures.h" -#include "utils/checkutils.h" - #include "debug.h" namespace Ea @@ -436,8 +434,8 @@ void BeingRecv::processBeingMove3(Net::MessageIn &msg) } const int16_t speed = msg.readInt16("speed"); dstBeing->setWalkSpeed(speed); - int16_t x = msg.readInt16("x"); - int16_t y = msg.readInt16("y"); + const int16_t x = msg.readInt16("x"); + const int16_t y = msg.readInt16("y"); dstBeing->setAction(BeingAction::STAND, 0); dstBeing->setTileCoords(x, y); -- cgit v1.2.3-60-g2f50