diff options
author | truelight <truelight@openttd.org> | 2005-03-24 17:33:27 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-03-24 17:33:27 +0000 |
commit | 1b2aaed4adb203c1944362f86271cf3f7e8d6815 (patch) | |
tree | 55b542e4f70184a8d60283ad00a8d98b2fd3fe7f | |
parent | 61c2c8da9f1e6f767fc1d8d3093414cfa3947515 (diff) | |
download | openttd-1b2aaed4adb203c1944362f86271cf3f7e8d6815.tar.xz |
(svn r2048) -Fix: deleted a word somehow :s (Tnx Tron!)
-rw-r--r-- | table/track_land.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/track_land.h b/table/track_land.h index 21f24eae0..9f14fb251 100644 --- a/table/track_land.h +++ b/table/track_land.h @@ -39,7 +39,7 @@ static const DrawTrackSeqStruct _track_depot_layout_table_3[] = { static const DrawTrackSeqStruct _track_waypoint_table_0[] = { TILE_SEQ_BEGIN(0x83F4) TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+18, 0, 0, 16, 5) - TILE_SEQ_LINE(0x8000 + +19, 0, 11, 16, 5) + TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+19, 0, 11, 16, 5) TILE_SEQ_END() }; |