Skip to content
This repository has been archived by the owner. It is now read-only.

Scripts compatible saving + CCarCtrl bug #508

Merged
merged 5 commits into from May 4, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
deny coach in crusher
  • Loading branch information
Nick007J committed May 4, 2020
commit 11c7050dfb353d1b84503d9f798b8f1bfab296ae
@@ -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 &&