mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
News items use queue split into two logical partitions. When detected an invalid news item type, simply drop remaining items to avoid having to handle all the possible cases of where the invalid items falls. Additionally, as normal use case wouldn't have triggered such an invalid type, it must have come from some invalid file anyway, so assume it is fine to drop other items.