mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 23:40:32 +00:00
CAutomobile damage
This commit is contained in:
parent
fd01f9b25c
commit
9a7ce75c03
6 changed files with 323 additions and 23 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
// TODO: move some of this into Vehicle.h
|
||||
|
||||
enum eEngineStatus
|
||||
{
|
||||
ENGINE_STATUS_ON_FIRE = 225
|
||||
};
|
||||
|
||||
enum eDoorStatus
|
||||
{
|
||||
DOOR_STATUS_OK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue