From fcf1da7a161c3e18d393a9b998effc6aa1c366b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 13 Sep 2013 19:10:50 +0300 Subject: fix code style. --- src/net/tmwa/beinghandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/beinghandler.cpp') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 1a099b3d8..13504cde3 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -669,8 +669,8 @@ void BeingHandler::processBeingMove3(Net::MessageIn &msg) const if (serverVersion < 10) return; - const static int dirx[8] = {0, -1, -1, -1, 0, 1, 1, 1}; - const static int diry[8] = {1, 1, 0, -1, -1, -1, 0, 1}; + static const int dirx[8] = {0, -1, -1, -1, 0, 1, 1, 1}; + static const int diry[8] = {1, 1, 0, -1, -1, -1, 0, 1}; const int len = msg.readInt16() - 14; Being *const dstBeing = actorSpriteManager->findBeing(msg.readInt32()); -- cgit v1.2.3-60-g2f50