NEWGRF specifications for Action-00, property 09 for stations ... sprite number to draw in spritedata says : ... “With bit 31 set, this sprite will refer to a TTD sprite, not the action 1 sprite.” So far so good, it works with normal rail ...
Example :
Code: Select all
... F4 03 00 00 00 00 00 0A 0A 00 24 00 00 80 ...
This all works as long as we don't try to build a monorail, maglev or narrow gauge station. With monorail stations the Patch adds an offset of 82 (with maglev, it's an offset of 164).
That makes a big mess of any station built from a non-normal rail station construction menu.
Now, is that a feature or a bug ?