summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-06 14:07:50 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-06 14:07:50 +0000
commit095cdb9df172270fdf61c9059121e76549522e69 (patch)
tree9bc04697c68a56f7bc37c3f8e95b4b10dc59dae6 /table
parentc3c69ff5cb9bf39b8fe8878f540aa8eb5df40673 (diff)
downloadopenttd-095cdb9df172270fdf61c9059121e76549522e69.tar.xz
(svn r2421) - how come you didn't get committed you evil file? Be gone!
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 13f02dcb6..c1dbfbb39 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -140,10 +140,10 @@ enum Sprites {
SPR_RAIL_ROOF_GLASS_Y_TILE_A = 1084,
SPR_RAIL_ROOF_GLASS_X_TILE_B = 1085, //second half of the roof glass
SPR_RAIL_ROOF_GLASS_Y_TILE_B = 1086,
- SPR_CHECKPOINT_X_1 = SPR_OPENTTD_BASE + 18,
- SPR_CHECKPOINT_X_2 = SPR_OPENTTD_BASE + 19,
- SPR_CHECKPOINT_Y_1 = SPR_OPENTTD_BASE + 20,
- SPR_CHECKPOINT_Y_2 = SPR_OPENTTD_BASE + 21,
+ SPR_WAYPOINT_X_1 = SPR_OPENTTD_BASE + 18,
+ SPR_WAYPOINT_X_2 = SPR_OPENTTD_BASE + 19,
+ SPR_WAYPOINT_Y_1 = SPR_OPENTTD_BASE + 20,
+ SPR_WAYPOINT_Y_2 = SPR_OPENTTD_BASE + 21,
OFFSET_TILEH_IMPOSSIBLE = 0,
OFFSET_TILEH_1 = 14,
OFFSET_TILEH_2 = 15,
@@ -890,7 +890,7 @@ typedef enum CursorSprites {
SPR_CURSOR_TUNNEL_MAGLEV = 2436,
SPR_CURSOR_AUTORAIL = SPR_OPENTTD_BASE + 4,
- SPR_CURSOR_CHECKPOINT = SPR_OPENTTD_BASE + 7,
+ SPR_CURSOR_WAYPOINT = SPR_OPENTTD_BASE + 7,
SPR_CURSOR_MONO_DEPOT = SPR_OPENTTD_BASE + 14,
SPR_CURSOR_MAGLEV_DEPOT = SPR_OPENTTD_BASE + 15,
SPR_CURSOR_CONVERT_RAIL = SPR_OPENTTD_BASE + 26,