summaryrefslogtreecommitdiff
path: root/table
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
commitf35b59adedd9c2e3008fd57f4f73f0ebee08cbae (patch)
treea3c43533eb0b67e41d490acab241a6fb4eb30cf6 /table
parent3bfda758dbdca55ff9d0b628743caed5a61255a7 (diff)
downloadopenttd-f35b59adedd9c2e3008fd57f4f73f0ebee08cbae.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')
-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,