diff options
-rw-r--r-- | data/openttd.grf | bin | 30378 -> 30426 bytes | |||
-rw-r--r-- | gfxinit.c | 3 | ||||
-rw-r--r-- | table/files.h | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/data/openttd.grf b/data/openttd.grf Binary files differindex f6cebe73c..95ec41dbb 100644 --- a/data/openttd.grf +++ b/data/openttd.grf @@ -315,6 +315,9 @@ static const SpriteID _openttd_grf_indexes[] = { 633, 633, // × large 665, 665, // ÷ large SPR_SELL_TRAIN, SPR_SHARED_ORDERS_ICON, + 377, 377, // · small + 153, 153, // · medium + 601, 601, // · large END }; diff --git a/table/files.h b/table/files.h index 65c635027..4dfdfebb6 100644 --- a/table/files.h +++ b/table/files.h @@ -59,6 +59,6 @@ static MD5File files_openttd[] = { { "autorail.grf", { 0xed, 0x44, 0x7f, 0xbb, 0x19, 0x44, 0x48, 0x4c, 0x07, 0x8a, 0xb1, 0xc1, 0x5c, 0x12, 0x3a, 0x60 } }, { "canalsw.grf", { 0x13, 0x9c, 0x98, 0xcf, 0xb8, 0x7c, 0xd7, 0x1f, 0xca, 0x34, 0xa5, 0x6b, 0x65, 0x31, 0xec, 0x0f } }, { "elrailsw.grf", { 0x4f, 0xf9, 0xac, 0x79, 0x50, 0x28, 0x9b, 0xe2, 0x15, 0x30, 0xa8, 0x1e, 0xd5, 0xfd, 0xe1, 0xda } }, - { "openttd.grf", { 0xd9, 0x68, 0xb3, 0x59, 0xd9, 0xfe, 0x39, 0xdc, 0x23, 0xe9, 0xe9, 0x3e, 0xf1, 0x65, 0x55, 0x09 } }, + { "openttd.grf", { 0x59, 0x22, 0x19, 0xe0, 0x6e, 0xe7, 0xb6, 0xa3, 0x55, 0x53, 0xcc, 0x9e, 0xbc, 0xaf, 0xcc, 0x83 } }, { "trkfoundw.grf", { 0x12, 0x33, 0x3f, 0xa3, 0xd1, 0x86, 0x8b, 0x04, 0x53, 0x18, 0x9c, 0xee, 0xf9, 0x2d, 0xf5, 0x95 } }, }; |