1
0

Implemented SteerVehicle packet.

This commit is contained in:
madmaxoft
2013-09-06 00:04:49 +02:00
parent ff762a7ece
commit 67e8f75318
5 changed files with 43 additions and 6 deletions

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);