fixed condition in CBoat::ProcessControl and changed enum

This commit is contained in:
majestic
2020-06-14 05:57:27 -07:00
parent 75fcedb030
commit 015921522d
8 changed files with 177 additions and 29 deletions

View File

@ -40,6 +40,7 @@ bool CVehicle::bAllDodosCheat;
bool CVehicle::bCheat3;
bool CVehicle::bCheat4;
bool CVehicle::bCheat5;
bool CVehicle::bCheat8;
#ifdef ALT_DODO_CHEAT
bool CVehicle::bAltDodoCheat;
#endif