CAutomobile damage

This commit is contained in:
aap
2019-07-18 21:41:20 +02:00
parent fd01f9b25c
commit 9a7ce75c03
6 changed files with 323 additions and 23 deletions

View File

@@ -4,6 +4,11 @@
// TODO: move some of this into Vehicle.h
enum eEngineStatus
{
ENGINE_STATUS_ON_FIRE = 225
};
enum eDoorStatus
{
DOOR_STATUS_OK,