src/table/track_land.h
branchNewGRF_ports
changeset 10724 68a692eacf22
parent 10184 fcf5fb2548eb
equal deleted inserted replaced
10349:ff900a23e102 10724:68a692eacf22
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file track_land.h Sprites to use and how to display them for train depot/waypoint tiles. */
     2 
     4 
     3 #define TILE_SEQ_LINE(img, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 23, {img, PAL_NONE} },
     5 #define TILE_SEQ_LINE(img, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 23, {img, PAL_NONE} },
     4 #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} }
     6 #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} }
     5 
     7 
     6 
     8