(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.
This commit is contained in:
Darkvater
2006-10-24 12:56:14 +00:00
parent e08dfce57c
commit 1204eeacfe
8 changed files with 28 additions and 20 deletions

View File

@@ -281,7 +281,7 @@ static const SpriteID _openttd_grf_indexes[] = {
616, 616, // nordic char: <20>
666, 666, // nordic char: <20>
634, 634, // nordic char: <20>
SPR_PIN_UP, SPR_CURSOR_CLONE, // more icons
SPR_PIN_UP, SPR_CURSOR_CLONE_TRAIN, // more icons
382, 383, // <20> <20> tiny
158, 159, // <20> <20> medium
606, 607, // <20> <20> large
@@ -314,7 +314,7 @@ static const SpriteID _openttd_grf_indexes[] = {
594, 597, // <20> <20> <20> <20> large
633, 633, // <20> large
665, 665, // <20> large
SPR_SELL_TRAIN, SPR_SELL_CHAIN_TRAIN,
SPR_SELL_TRAIN, SPR_SHARED_ORDERS_ICON,
END
};