summaryrefslogtreecommitdiff
path: root/src/net/tmwa/maphandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
commitb6d97f404432d9cf6c84538c4d5f6f14e078ade3 (patch)
tree10339eb71797c794fa6ebd5e6371d1bb1494353a /src/net/tmwa/maphandler.cpp
parent4e2ceec09d767063ade469e6cb810a06d1e6249d (diff)
downloadplus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.gz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.bz2
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.xz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.zip
Add packet CMSG_CAMERA_INFO 0x0a77
Diffstat (limited to 'src/net/tmwa/maphandler.cpp')
-rw-r--r--src/net/tmwa/maphandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp
index 655e4a676..81afd740c 100644
--- a/src/net/tmwa/maphandler.cpp
+++ b/src/net/tmwa/maphandler.cpp
@@ -44,4 +44,11 @@ void MapHandler::destroyInstance() const
{
}
+void MapHandler::camera(int action A_UNUSED,
+ float range A_UNUSED,
+ float rotation A_UNUSED,
+ float latitude A_UNUSED) const
+{
+}
+
} // namespace TmwAthena