diff options
author | withmorten <morten.with@gmail.com> | 2021-01-22 11:43:29 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-22 11:43:29 +0100 |
commit | feb993e751ad8baccedc0547383913069846f8f5 (patch) | |
tree | fbd4f659dc001beb12adef014e28d18cd71b6408 /src/vehicles/Automobile.cpp | |
parent | Merge pull request #974 from withmorten/miami-wantedlevel (diff) | |
download | re3-feb993e751ad8baccedc0547383913069846f8f5.tar re3-feb993e751ad8baccedc0547383913069846f8f5.tar.gz re3-feb993e751ad8baccedc0547383913069846f8f5.tar.bz2 re3-feb993e751ad8baccedc0547383913069846f8f5.tar.lz re3-feb993e751ad8baccedc0547383913069846f8f5.tar.xz re3-feb993e751ad8baccedc0547383913069846f8f5.tar.zst re3-feb993e751ad8baccedc0547383913069846f8f5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 89ba43d9..8a5426ed 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -50,8 +50,6 @@ #include "Automobile.h" #include "Bike.h" -//--MIAMI: file done - bool bAllCarCheat; RwObject *GetCurrentAtomicObjectCB(RwObject *object, void *data); @@ -5130,7 +5128,6 @@ CAutomobile::HasCarStoppedBecauseOfLight(void) return false; } -// --MIAMI: Done void CPed::DeadPedMakesTyresBloody(void) { @@ -5154,7 +5151,6 @@ CPed::DeadPedMakesTyresBloody(void) } } -// --MIAMI: Done void CPed::MakeTyresMuddySectorList(CPtrList &list) { |