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
commit 131e8af174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 &&