From dd6a687d007b08d1d8c2e2b38b60606ae956fa29 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 May 2019 01:28:06 +0300 Subject: Fix code style --- src/net/eathena/maphandler.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/maphandler.cpp') diff --git a/src/net/eathena/maphandler.cpp b/src/net/eathena/maphandler.cpp index 075a94a38..d7c6a8629 100644 --- a/src/net/eathena/maphandler.cpp +++ b/src/net/eathena/maphandler.cpp @@ -52,10 +52,10 @@ void MapHandler::destroyInstance() const outMsg.writeInt32(3, "command"); } -void MapHandler::camera(int action, - float range, - float rotation, - float latitude) const +void MapHandler::camera(const int action, + const float range, + const float rotation, + const float latitude) const { if (packetVersion < 20160525) return; -- cgit v1.2.3-70-g09d2