summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-04-02 23:05:09 +0000
committerDarkvater <Darkvater@openttd.org>2005-04-02 23:05:09 +0000
commitb05713285e4be362e138811d0752a7f5710739dd (patch)
treea3c43533eb0b67e41d490acab241a6fb4eb30cf6 /table/sprites.h
parent1ce34ea456e58b72fe9e5e6a65fa3f0a0019bccd (diff)
downloadopenttd-b05713285e4be362e138811d0752a7f5710739dd.tar.xz
(svn r2136) - Fix: [ 1174313 ] terrain hotkeys nonfunctional in scenario editor (D,Q,W,E,R,T,Y,U fltr)
- Fix: 'L' no longer opens ingame terraform bar in scenario editor bar, but the land generator one - Feature: [ 1095110 ] Create Lake and draggable Create Desert tools (initial implementation GoneWacko), also added sticky buttons to land generator and town generator - CodeChange: moved around some of the draggable tools, demystifying them - CodeChange: change CmdBuildCanal to allow for XANDY dragging not only X or Y (only scenario editor) - CodeChange: add some more enums to sprites. - TODO: merge most of the ingame and scenario editor land terraform code. This can only be done after OnClickButton function is changed so it also includes the backreference to the widget being clicked, postponed to after 0.4.0
Diffstat (limited to 'table/sprites.h')
-rw-r--r--table/sprites.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 482d9ffed..13f02dcb6 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -677,9 +677,12 @@ enum Sprites {
SPR_IMG_TERRAFORM_DOWN = 695,
SPR_IMG_DYNAMITE = 703,
SPR_IMG_ROCKS = 4084,
- SPR_IMG_LIGHTHOUSE = 4085,
+ SPR_IMG_LIGHTHOUSE_DESERT = 4085, // XXX - is Desert image on the desert-climate
SPR_IMG_TRANSMITTER = 4086,
SPR_IMG_LEVEL_LAND = SPR_OPENTTD_BASE + 68,
+ SPR_IMG_BUILD_CANAL = SPR_OPENTTD_BASE + 65,
+ SPR_IMG_BUILD_LOCK = SPR_CANALS_BASE + 69,
+ SPR_IMG_PLACE_SIGN = SPR_OPENTTD_BASE + 70,
SPR_IMG_PAUSE = 726,
SPR_IMG_FASTFORWARD = SPR_OPENTTD_BASE + 57,
SPR_IMG_SETTINGS = 751,
@@ -709,6 +712,7 @@ enum Sprites {
SPR_IMG_QUERY = 723,
SPR_IMG_PLANTTREES = 742,
SPR_IMG_SIGN = 4082,
+ SPR_IMG_BUY_LAND = 4791,
/* OPEN TRANSPORT TYCOON in gamescreen */
SPR_OTTD_O = 4842,