[bot] Add missing INVALID_VEHICLE_ID

This commit is contained in:
RD42 2024-07-05 22:37:10 +08:00
parent c0945ce5c5
commit 86473c8272

View File

@ -1,6 +1,8 @@
#pragma once
#define INVALID_VEHICLE_ID 0xFFFF
#pragma pack(1)
typedef struct _NEW_VEHICLE {
VEHICLEID VehicleId;