src/table/track_land.h
changeset 8567 270fa0866286
parent 5669 631901f52707
child 8570 f50de4804ff1
equal deleted inserted replaced
8566:e81f60ee6a59 8567:270fa0866286
    48 
    48 
    49 static const DrawTileSprites _waypoint_gfx_table[] = {
    49 static const DrawTileSprites _waypoint_gfx_table[] = {
    50 	{ SPR_RAIL_TRACK_X, PAL_NONE, _waypoint_gfx_X },
    50 	{ SPR_RAIL_TRACK_X, PAL_NONE, _waypoint_gfx_X },
    51 	{ SPR_RAIL_TRACK_Y, PAL_NONE, _waypoint_gfx_Y }
    51 	{ SPR_RAIL_TRACK_Y, PAL_NONE, _waypoint_gfx_Y }
    52 };
    52 };
       
    53 
       
    54 #undef TILE_SEQ_LINE
       
    55 #undef TILE_SEQ_END
       
    56