mirror of https://github.com/OpenTTD/OpenTTD
(svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
-Fix: [Graphic] Added resize icon (tnx tokai)release/0.4.5
parent
a72d993e65
commit
d382463f8a
BIN
data/openttd.grf
BIN
data/openttd.grf
Binary file not shown.
|
@ -743,7 +743,7 @@ static const char * const _cached_filenames[4] = {
|
|||
"cached_sprites.xx3",
|
||||
};
|
||||
|
||||
#define OPENTTD_SPRITES_COUNT 93
|
||||
#define OPENTTD_SPRITES_COUNT 94
|
||||
static const uint16 _openttd_grf_indexes[] = {
|
||||
SPR_OPENTTD_BASE+0, SPR_OPENTTD_BASE+7, // icons etc
|
||||
134, 134, // euro symbol medium size
|
||||
|
|
|
@ -50,6 +50,7 @@ enum Sprites {
|
|||
|
||||
SPR_PIN_UP = SPR_OPENTTD_BASE + 62, // pin icon
|
||||
SPR_PIN_DOWN = SPR_OPENTTD_BASE + 63,
|
||||
SPR_WINDOW_RESIZE = SPR_OPENTTD_BASE + 94, // resize icon
|
||||
|
||||
|
||||
/* Network GUI sprites */
|
||||
|
|
Loading…
Reference in New Issue