summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-06 00:04:49 +0200
committermadmaxoft <github@xoft.cz>2013-09-06 00:04:49 +0200
commit67e8f7531809f48bad7dd92bc6f28f63bd7cbd21 (patch)
tree15ca13bfe3ebfab54b826c3340b2b6d94fcff572 /source/ClientHandle.cpp
parentMoved daylight burning directly into cMonster. (diff)
downloadcuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.gz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.bz2
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.lz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.xz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.zst
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.zip
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r--source/ClientHandle.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp
index 357c07105..3d819ee18 100644
--- a/source/ClientHandle.cpp
+++ b/source/ClientHandle.cpp
@@ -1090,6 +1090,15 @@ void cClientHandle::HandleSlotSelected(short a_SlotNum)
+void cClientHandle::HandleSteerVehicle(float a_Forward, float a_Sideways)
+{
+ m_Player->SteerVehicle(a_Forward, a_Sideways);
+}
+
+
+
+
+
void cClientHandle::HandleWindowClose(char a_WindowID)
{
m_Player->CloseWindowIfID(a_WindowID);