feat(enum): Updated eVehicleFlags

This commit is contained in:
Yimura 2022-01-10 12:39:09 +01:00
parent 3e000c0f7c
commit 0fe2c1ad52
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -18,11 +18,11 @@ namespace big
TRIGGER_SPAWN_TOGGLE = 1 << 0,
DESTROYED = 1 << 1,
HAS_INSURANCE = 1 << 2,
PEGASUS = 1 << 3, // unsure
UNK0 = 1 << 3,
IMPOUNDED = 1 << 6,
UNK1 = 1 << 10,
UNK2 = 1 << 11,
UNK3 = 1 << 16
SPAWN_AT_MORS_MUTUAL = 1 << 11,
UNK2 = 1 << 16
};
enum class ePedTask