summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-24 17:32:09 +0000
committerbelugas <belugas@openttd.org>2006-04-24 17:32:09 +0000
commit4f81210980547e2b18dbe6c15ed307893c55cff8 (patch)
tree8b7f984e2a9483d2a739973507bc3498dc301850 /table/sprites.h
parenta1713eacb5351d06addd7d027b847487302086f4 (diff)
downloadopenttd-4f81210980547e2b18dbe6c15ed307893c55cff8.tar.xz
(svn r4564) CodeChange : Constify the sprites of _cargo_types_base_values
Diffstat (limited to 'table/sprites.h')
-rw-r--r--table/sprites.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/table/sprites.h b/table/sprites.h
index f7e0817c2..202135ea8 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -912,6 +912,35 @@ enum Sprites {
SPR_IT_TOY_FACTORY_ROBOT = 4720,
SPR_IT_POWER_PLANT_TRANSFORMERS = 2054,
+ /*small icons of cargo available in station waiting*/
+ SPR_CARGO_PASSENGER = 4297,
+ SPR_CARGO_COAL = 4298,
+ SPR_CARGO_MAIL = 4299,
+ SPR_CARGO_OIL = 4300,
+ SPR_CARGO_LIVESTOCK = 4301,
+ SPR_CARGO_GOODS = 4302,
+ SPR_CARGO_GRAIN = 4303,
+ SPR_CARGO_WOOD = 4304,
+ SPR_CARGO_IRON_ORE = 4305,
+ SPR_CARGO_STEEL = 4306,
+ SPR_CARGO_VALUES_GOLD = 4307, /*shared between temperate and arctic*/
+ SPR_CARGO_FRUIT = 4308,
+ SPR_CARGO_COPPER_ORE = 4309,
+ SPR_CARGO_WATERCOLA = 4310, /*shared between desert and toyland*/
+ SPR_CARGO_DIAMONDS = 4311,
+ SPR_CARGO_FOOD = 4312,
+ SPR_CARGO_PAPER = 4313,
+ SPR_CARGO_RUBBER = 4314,
+ SPR_CARGO_CANDY = 4315,
+ SPR_CARGO_SUGAR = 4316,
+ SPR_CARGO_TOYS = 4317,
+ SPR_CARGO_COTTONCANDY = 4318,
+ SPR_CARGO_FIZZYDRINK = 4319,
+ SPR_CARGO_TOFFEE = 4320,
+ SPR_CARGO_BUBBLES = 4321,
+ SPR_CARGO_PLASTIC = 4322,
+ SPR_CARGO_BATTERIES = 4323,
+
/* Effect vehicles */
SPR_BULLDOZER_NE = 1416,
SPR_BULLDOZER_SE = 1417,