diff options
author | glx <glx@openttd.org> | 2008-03-24 20:30:08 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-03-24 20:30:08 +0000 |
commit | fed6a25799667bfadc1f2b3316453edd9ef6c78c (patch) | |
tree | d00a8ba0f8dd571ff4385a098a26c87375182707 /src/table | |
parent | 4a16a8b948b65dc01711d77ec1f43033de8a4653 (diff) | |
download | openttd-fed6a25799667bfadc1f2b3316453edd9ef6c78c.tar.xz |
(svn r12407) -Add [FS#1866]: more language flags for servers
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/files.h | 5 | ||||
-rw-r--r-- | src/table/sprites.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/table/files.h b/src/table/files.h index 3ae962113..f17a12763 100644 --- a/src/table/files.h +++ b/src/table/files.h @@ -33,9 +33,10 @@ static FileList files_dos = { { "TRGT.GRF", {0xfc, 0xde, 0x1d, 0x7e, 0x8a, 0x74, 0x19, 0x7d, 0x72, 0xa6, 0x26, 0x95, 0x88, 0x4b, 0x90, 0x9e} } }, { "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda} }, - { "OPENTTDD.GRF", {0x9e, 0xb2, 0xf4, 0xd8, 0xf3, 0x63, 0xd4, 0x22, 0x5b, 0x70, 0xa6, 0xd4, 0xbe, 0x55, 0x1c, 0xd9} } + { "OPENTTDD.GRF", {0x61, 0x47, 0x47, 0x15, 0xa9, 0x06, 0x10, 0xb6, 0xed, 0x1f, 0xe1, 0x4d, 0x03, 0x6c, 0xa8, 0x02} } }; + static FileList files_win = { { { "TRG1R.GRF", {0xb0, 0x4c, 0xe5, 0x93, 0xd8, 0xc5, 0x01, 0x6e, 0x07, 0x47, 0x3a, 0x74, 0x3d, 0x7d, 0x33, 0x58} }, // 0 - 4792 inclusive @@ -46,5 +47,5 @@ static FileList files_win = { { "TRGTR.GRF", {0xde, 0x53, 0x65, 0x05, 0x17, 0xfe, 0x66, 0x1c, 0xea, 0xa3, 0x13, 0x8c, 0x6e, 0xdb, 0x0e, 0xb8} } }, { "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10} }, - { "OPENTTDW.GRF", {0x1d, 0x9b, 0x03, 0x5e, 0x5d, 0x87, 0xef, 0x21, 0x0f, 0xe3, 0x6e, 0x6d, 0x12, 0xa1, 0x85, 0xfb} } + { "OPENTTDW.GRF", {0xc8, 0xc0, 0x01, 0x73, 0x60, 0xa7, 0x5e, 0xb1, 0xef, 0x9b, 0xe6, 0xba, 0xad, 0x3a, 0x7b, 0xd4} } }; diff --git a/src/table/sprites.h b/src/table/sprites.h index 97ffa049a..ed2ae526f 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -201,7 +201,7 @@ enum Sprites { /* Flags sprites (in same order as enum NetworkLanguage) */ SPR_FLAGS_BASE = SPR_ONEWAY_BASE + ONEWAY_SPRITE_COUNT, - FLAGS_SPRITE_COUNT = 29, + FLAGS_SPRITE_COUNT = 36, /* Not really a sprite, but an empty bounding box. Used to construct bounding boxes, that help sorting the sprites, but do not have a sprite associated. */ SPR_EMPTY_BOUNDING_BOX = SPR_FLAGS_BASE + FLAGS_SPRITE_COUNT, |