summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 19:45:56 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 19:45:56 +0000
commitc862ab42c9fba0228834ecdf7394e51b18f88302 (patch)
tree1d1d69e4bd22b3acf59b0cecac5eec3fe061f43c /src/table/sprites.h
parent7b16c7650bb5df437f7ba98acb1fdd917f4b8177 (diff)
downloadopenttd-c862ab42c9fba0228834ecdf7394e51b18f88302.tar.xz
(svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor
Diffstat (limited to 'src/table/sprites.h')
-rw-r--r--src/table/sprites.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 7cb0ba89e..385649827 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -1036,7 +1036,7 @@ static const SpriteID SPR_IMG_TERRAFORM_UP = 694;
static const SpriteID SPR_IMG_TERRAFORM_DOWN = 695;
static const SpriteID SPR_IMG_DYNAMITE = 703;
static const SpriteID SPR_IMG_ROCKS = 4084;
-static const SpriteID SPR_IMG_LIGHTHOUSE_DESERT = 4085; // XXX - is Desert image on the desert-climate
+static const SpriteID SPR_IMG_DESERT = 4085;
static const SpriteID SPR_IMG_TRANSMITTER = 4086;
static const SpriteID SPR_IMG_LEVEL_LAND = SPR_OPENTTD_BASE + 91;
static const SpriteID SPR_IMG_BUILD_CANAL = SPR_OPENTTD_BASE + 88;
@@ -1337,7 +1337,7 @@ static const CursorID SPR_CURSOR_LEVEL_LAND = SPR_OPENTTD_BASE + 92;
static const CursorID SPR_CURSOR_TOWN = 4080;
static const CursorID SPR_CURSOR_INDUSTRY = 4081;
static const CursorID SPR_CURSOR_ROCKY_AREA = 4087;
-static const CursorID SPR_CURSOR_LIGHTHOUSE = 4088;
+static const CursorID SPR_CURSOR_DESERT = 4088;
static const CursorID SPR_CURSOR_TRANSMITTER = 4089;
/* airport cursors */