diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-28 23:13:27 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-28 23:13:27 +0200 |
commit | 1e910022291df03d5bc92b88d6a526e1bc0f095e (patch) | |
tree | a548d362feba75f69b9b7fcfebdc193d91e96553 /source/Protocol/Protocol.h | |
parent | Zomb-ee and Skellingtons burning improvements (diff) | |
download | cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar.gz cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar.bz2 cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar.lz cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar.xz cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.tar.zst cuberite-1e910022291df03d5bc92b88d6a526e1bc0f095e.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Protocol/Protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Protocol/Protocol.h b/source/Protocol/Protocol.h index 0953071b1..833b4d727 100644 --- a/source/Protocol/Protocol.h +++ b/source/Protocol/Protocol.h @@ -89,7 +89,7 @@ public: virtual void SendSpawnFallingBlock (const cFallingBlock & a_FallingBlock) = 0; virtual void SendSpawnMob (const cMonster & a_Mob) = 0; virtual void SendSpawnObject (const cEntity & a_Entity, char a_ObjectType, int a_ObjectData, Byte a_Yaw, Byte a_Pitch) = 0; - virtual void SendSpawnVehicle (const cEntity & a_Vehicle, char a_VehicleType) = 0; + virtual void SendSpawnVehicle (const cEntity & a_Vehicle, char a_VehicleType, char a_VehicleTypeType) = 0; virtual void SendTabCompletionResults(const AStringVector & a_Results) = 0; virtual void SendTeleportEntity (const cEntity & a_Entity) = 0; virtual void SendThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ) = 0; |