fixed original bug, when heli go ma if cars fly cheat activated

This commit is contained in:
Roman Masanin
2020-09-28 01:38:05 +03:00
parent 4d1182bdb1
commit ca73f0344c
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