deny coach in crusher

This commit is contained in:
Nikolay Korolev 2020-05-04 15:02:46 +03:00
parent 20ffccbe2a
commit 11c7050dfb
1 changed files with 3 additions and 1 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 &&