diff options
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r-- | src/net/eathena/maphandler.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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; |