Files @ r5258:3db190a590f0
Branch filter:

Location: cpp/openttd-patchpack/source/scenario/README

Darkvater
(svn r7388) -Fix (r7384 / r7368 / r3757): When adding a new news item for the first time (_latest_news
is INVALID_NEWS), make it the value of _oldest_news, not zero as DeleteVehicleNews can
change _oldest_news. Also remove the (i == INVALID_NEWS) return 0; guard from increaseIndex
as it's only used in 2 places, nowhere else.
1
2
3
4
You can place you scenarios in this dir.

This file is really here to make the Makefile happy, it should be modified to
properly handle scenarios (or maybe even not at all...).