diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-05-16 22:04:19 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-05-16 22:04:19 +0200 |
commit | 989312c4e7f517ae324e857cb255211e3fd8bb06 (patch) | |
tree | 791ba8d20f42e5abbd0a06cb638786f472da935c /src/ClientHandle.h | |
parent | Fix compile error. (diff) | |
download | cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar.gz cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar.bz2 cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar.lz cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar.xz cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.tar.zst cuberite-989312c4e7f517ae324e857cb255211e3fd8bb06.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 85d348eee..940fb786a 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -223,7 +223,7 @@ public: void HandlePing (void); void HandlePlayerAbilities (bool a_CanFly, bool a_IsFlying, float FlyingSpeed, float WalkingSpeed); void HandlePlayerLook (float a_Rotation, float a_Pitch, bool a_IsOnGround); - void HandlePlayerMoveLook (double a_PosX, double a_PosY, double a_PosZ, double a_Stance, float a_Rotation, float a_Pitch, bool a_IsOnGround); // While m_bPositionConfirmed (normal gameplay) + void HandlePlayerMoveLook (double a_PosX, double a_PosY, double a_PosZ, double a_Stance, float a_Yaw, float a_Pitch, bool a_IsOnGround); // While m_bPositionConfirmed (normal gameplay) void HandlePlayerPos (double a_PosX, double a_PosY, double a_PosZ, double a_Stance, bool a_IsOnGround); void HandlePluginMessage (const AString & a_Channel, const AString & a_Message); void HandleRespawn (void); |