Implemented SteerVehicle packet.

This commit is contained in:
madmaxoft
2013-09-06 16:50:21 +01:00
committed by Tiger Wang
parent e8d1ed36c5
commit f300ed54e5
5 changed files with 43 additions and 6 deletions
+9
View File
@@ -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);