diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-07 18:36:02 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-07 18:36:02 +0300 |
commit | 2173ceae95c49bafded7b014017c8b70ad04d935 (patch) | |
tree | 76e290aa3b6691db4243b09effac29c7c19e8abd /src/control/Script.h | |
parent | 416a898943e5853c650799826b0e29117919bded (diff) |
missing changes
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index b18206e4..c0b69e0f 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -154,10 +154,10 @@ enum { class CMissionCleanup { +public: cleanup_entity_struct m_sEntities[MAX_CLEANUP]; uint8 m_nCount; -public: CMissionCleanup(); void Init(); @@ -292,7 +292,7 @@ public: static CStoredLine aStoredLines[MAX_NUM_STORED_LINES]; static bool DbgFlag; static uint32 OnAMissionFlag; - static CMissionCleanup MissionCleanup; + static CMissionCleanup MissionCleanUp; static CStuckCarCheck StuckCars; static CUpsideDownCarCheck UpsideDownCars; static int32 StoreVehicleIndex; |