summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-10-24 12:56:14 +0000
committerDarkvater <Darkvater@openttd.org>2006-10-24 12:56:14 +0000
commitbf4c0b6f51b2b288f8cee887bac35fbadf591996 (patch)
tree211cb87f4e7e415472a146417006282f304eb961 /gfxinit.c
parent158bbdb440de2f23f175394b6bca805940060c17 (diff)
downloadopenttd-bf4c0b6f51b2b288f8cee887bac35fbadf591996.tar.xz
(svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
to MB for the initial design and skidd13 for the iconified version(s). -Codechange: Change the autorenew sprites from recycle to upgrade (skidd13) -Codechange: Change the shared orders icon (MeusH) -Add missing table/files.h file to VS project file.
Diffstat (limited to 'gfxinit.c')
-rw-r--r--gfxinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfxinit.c b/gfxinit.c
index beab3b08d..f862bdc64 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -281,7 +281,7 @@ static const SpriteID _openttd_grf_indexes[] = {
616, 616, // nordic char: Æ
666, 666, // nordic char: ø
634, 634, // nordic char: Ø
- SPR_PIN_UP, SPR_CURSOR_CLONE, // more icons
+ SPR_PIN_UP, SPR_CURSOR_CLONE_TRAIN, // more icons
382, 383, // ¼ ½ tiny
158, 159, // ¼ ½ medium
606, 607, // ¼ ½ large
@@ -314,7 +314,7 @@ static const SpriteID _openttd_grf_indexes[] = {
594, 597, // ° ± ² ³ large
633, 633, // × large
665, 665, // ÷ large
- SPR_SELL_TRAIN, SPR_SELL_CHAIN_TRAIN,
+ SPR_SELL_TRAIN, SPR_SHARED_ORDERS_ICON,
END
};