branch | NewGRF_ports |
changeset 10724 | 68a692eacf22 |
parent 10184 | fcf5fb2548eb |
--- a/src/table/track_land.h Fri Apr 25 02:15:34 2008 +0000 +++ b/src/table/track_land.h Mon May 26 20:45:25 2008 +0000 @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file track_land.h Sprites to use and how to display them for train depot/waypoint tiles. */ + #define TILE_SEQ_LINE(img, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 23, {img, PAL_NONE} }, #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} }