This commit is contained in:
Anselme 2015-09-22 11:35:02 +02:00
parent cf49c8699c
commit a2038cc981

View File

@ -19,8 +19,8 @@ struct InitClientPacket
struct DeltaClientPacket struct DeltaClientPacket
{ {
float dvforward; float acceleration;
float dvangle; float turning;
}; };
struct InitServerPacket struct InitServerPacket