summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 17:33:27 +0000
committertruelight <truelight@openttd.org>2005-03-24 17:33:27 +0000
commit2423eaac2c95155a27a40512e497982a91224064 (patch)
tree55b542e4f70184a8d60283ad00a8d98b2fd3fe7f /table
parent5972d84c8239fa6abb1aa8544e7d6e1c2940565f (diff)
downloadopenttd-2423eaac2c95155a27a40512e497982a91224064.tar.xz
(svn r2048) -Fix: deleted a word somehow :s (Tnx Tron!)
Diffstat (limited to 'table')
-rw-r--r--table/track_land.h2
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()
};