summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r--src/net/eathena/maphandler.cpp8
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;