summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-06 15:58:58 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-06 15:58:58 +0000
commit4198418d77389c00126e398cba076290d78e63b1 (patch)
treedc2c60bdf701e73441f15396bb65b8164bebcb5d /table
parent16ab34615f6155ad01e6738226c1ab143e52c5ac (diff)
downloadopenttd-4198418d77389c00126e398cba076290d78e63b1.tar.xz
(svn r2424) - Fix: backport the smallmap_gui.c changes from the map/ branch into trunk. This also implicitely fixes the bug where the game would crash in certain resolutions with certain minimap masks when dragged partly outside the game-area.
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index c1dbfbb39..9af9bb253 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -695,7 +695,11 @@ enum Sprites {
SPR_IMG_COMPANY_GENERAL = 743,
SPR_IMG_GRAPHS = 745,
SPR_IMG_COMPANY_LEAGUE = 684,
+ SPR_IMG_SHOW_COUNTOURS = 738,
+ SPR_IMG_SHOW_VEHICLES = 739,
+ SPR_IMG_SHOW_ROUTES = 740,
SPR_IMG_INDUSTRY = 741,
+ SPR_IMG_PLANTTREES = 742,
SPR_IMG_TRAINLIST = 731,
SPR_IMG_TRUCKLIST = 732,
SPR_IMG_SHIPLIST = 733,
@@ -710,7 +714,6 @@ enum Sprites {
SPR_IMG_MUSIC = 713,
SPR_IMG_MESSAGES = 680,
SPR_IMG_QUERY = 723,
- SPR_IMG_PLANTTREES = 742,
SPR_IMG_SIGN = 4082,
SPR_IMG_BUY_LAND = 4791,