Merge pull request #508 from Nick007J/master

Scripts compatible saving + CCarCtrl bug + crusher coach bug
This commit is contained in:
Nikolay Korolev
2020-05-04 19:52:26 +03:00
committed by GitHub
4 changed files with 90 additions and 13 deletions

View File

@ -443,7 +443,9 @@ bool CCrane::DoesCranePickUpThisCarType(uint32 mi)
if (m_bIsCrusher) {
return mi != MI_FIRETRUCK &&
mi != MI_TRASH &&
#ifndef FIX_BUGS // why
#ifdef FIX_BUGS
mi != MI_COACH &&
#else
mi != MI_BLISTA &&
#endif
mi != MI_SECURICA &&