forked from mirror/OpenTTD
(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:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user