Merge pull request #721 from theR4K/miamiUpstream

fix for original bug in flying cars cheat
This commit is contained in:
shfil
2020-09-28 20:07:14 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -732,7 +732,7 @@ void CControllerConfigManager::AffectControllerStateOn_ButtonDown_Driving(int32
if (FindPlayerVehicle() && (FindPlayerVehicle()->IsVehicle() && (
FindPlayerVehicle()->GetModelIndex() == MI_DODO
#ifdef FIX_BUGS
|| CVehicle::bAllDodosCheat
|| (CVehicle::bAllDodosCheat && !FindPlayerVehicle()->IsRealHeli())
#ifdef ALLCARSHELI_CHEAT
|| bAllCarCheat
#endif