diff --git a/openttd-git/chunnel.patch b/openttd-git/chunnel.patch index 33ab7405..6ad137ae 100644 --- a/openttd-git/chunnel.patch +++ b/openttd-git/chunnel.patch @@ -1018,6 +1018,7 @@ index e014944a9f..cb6239f597 100644 const Vehicle *v = _vehicle_viewport_hash[x + y]; // already masked & 0xFFF while (v != nullptr) { + if (LayerIndex(v->tile) == dpi->layer) - if (!(v->vehstatus & VS_HIDDEN) && + if (v->IsDrawn() && l <= v->coord.right &&