diff options
author | Darkvater <darkvater@openttd.org> | 2005-06-06 15:58:58 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-06-06 15:58:58 +0000 |
commit | 7dd5578477068d832292a4f7cd081cdf2b6eefe1 (patch) | |
tree | dc2c60bdf701e73441f15396bb65b8164bebcb5d /table | |
parent | 2d19785e437d7914f7c0052095ff6164d8239dff (diff) | |
download | openttd-7dd5578477068d832292a4f7cd081cdf2b6eefe1.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.h | 5 |
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, |