diff options
author | skidd13 <skidd13@openttd.org> | 2007-12-02 00:53:01 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2007-12-02 00:53:01 +0000 |
commit | 7be55559b8772820bcd36e2cb02ff6bb8c4a24dc (patch) | |
tree | 892c024bfbb90c715d1a8de05c4b92297ec5625a | |
parent | 08ab4e185000994c311d0c3c8c3b8d886815bfdd (diff) | |
download | openttd-7be55559b8772820bcd36e2cb02ff6bb8c4a24dc.tar.xz |
(svn r11550) -Fix (r11547): Updated the data files regarding to r11549
-rw-r--r-- | bin/data/openttdd.grf | bin | 380515 -> 380550 bytes | |||
-rw-r--r-- | bin/data/openttdw.grf | bin | 380675 -> 380710 bytes | |||
-rw-r--r-- | src/table/files.h | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/bin/data/openttdd.grf b/bin/data/openttdd.grf Binary files differindex 2b745772c..62357d882 100644 --- a/bin/data/openttdd.grf +++ b/bin/data/openttdd.grf diff --git a/bin/data/openttdw.grf b/bin/data/openttdw.grf Binary files differindex 225970561..325062d02 100644 --- a/bin/data/openttdw.grf +++ b/bin/data/openttdw.grf diff --git a/src/table/files.h b/src/table/files.h index e3c1a7841..79ee01b0b 100644 --- a/src/table/files.h +++ b/src/table/files.h @@ -34,7 +34,7 @@ static FileList files_dos = { }, { "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda} }, { "CHARS.GRF", {0x5f, 0x2e, 0xbf, 0x05, 0xb6, 0x12, 0x65, 0x81, 0xd2, 0x10, 0xa9, 0x19, 0x62, 0x41, 0x70, 0x64} }, - { "OPENTTDD.GRF", {0x7d, 0xd3, 0xc7, 0x29, 0x9b, 0x6c, 0x33, 0x57, 0x98, 0x89, 0x4c, 0x38, 0xf1, 0x2b, 0x3e, 0x13} } + { "OPENTTDD.GRF", {0x60, 0xfe, 0xc1, 0xc7, 0x66, 0xe7, 0x59, 0xff, 0x1b, 0x6c, 0xc4, 0x5f, 0xe6, 0x6b, 0x8c, 0x91} } }; static FileList files_win = { @@ -48,5 +48,5 @@ static FileList files_win = { }, { "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10} }, { "CHARS.GRF", {0x5f, 0x2e, 0xbf, 0x05, 0xb6, 0x12, 0x65, 0x81, 0xd2, 0x10, 0xa9, 0x19, 0x62, 0x41, 0x70, 0x64} }, - { "OPENTTDW.GRF", {0x44, 0x86, 0x24, 0x9f, 0x62, 0x0b, 0xa5, 0xab, 0x04, 0xf5, 0xbc, 0xe2, 0xfb, 0xf0, 0x62, 0x7e} } + { "OPENTTDW.GRF", {0x85, 0xb7, 0xd0, 0xa6, 0xc3, 0x86, 0x44, 0x03, 0xa1, 0x25, 0xa5, 0xbb, 0x50, 0x75, 0xa0, 0xa1} } }; |