summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-09-17 17:09:00 +0000
committerdominik <dominik@openttd.org>2004-09-17 17:09:00 +0000
commit345003d49f5efe6bfe174c872895d0d145f98a70 (patch)
tree1ae03aa7506f0b811a5f960895d02d43d0f29be3
parentf7eccfc6fed243dc217cf93df0c65d613369d2ac (diff)
downloadopenttd-345003d49f5efe6bfe174c872895d0d145f98a70.tar.xz
(svn r283) New checkpoint graphics (drawn by Eobet and George)
-rw-r--r--data/openttd.grfbin16864 -> 16591 bytes
-rw-r--r--table/track_land.h8
2 files changed, 4 insertions, 4 deletions
diff --git a/data/openttd.grf b/data/openttd.grf
index e78cdf018..afce8d51e 100644
--- a/data/openttd.grf
+++ b/data/openttd.grf
Binary files differ
diff --git a/table/track_land.h b/table/track_land.h
index 3c32e61c5..bd9c3cc09 100644
--- a/table/track_land.h
+++ b/table/track_land.h
@@ -30,15 +30,15 @@ static const byte _track_depot_layout_table_3[] = {
static const byte _track_checkpoint_table_0[] = {
TILE_SEQ_BEGIN(0x83F4)
- TILE_SEQ_LINE(0x8431, 0, 0, 16, 5)
- TILE_SEQ_LINE(0x8430, 0, 11, 16, 5)
+ TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+18, 0, 0, 16, 5)
+ TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+19, 0, 11, 16, 5)
TILE_SEQ_END()
};
static const byte _track_checkpoint_table_1[] = {
TILE_SEQ_BEGIN(0x83F3)
- TILE_SEQ_LINE(0x8432, 0, 0, 5, 16)
- TILE_SEQ_LINE(0x842D, 11, 0, 5, 16)
+ TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+20, 0, 0, 5, 16)
+ TILE_SEQ_LINE(0x8000 + SPR_OPENTTD_BASE+21, 11, 0, 5, 16)
TILE_SEQ_END()
};