summaryrefslogtreecommitdiff
path: root/src/table/files.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-03-12 01:49:21 +0000
committerglx <glx@openttd.org>2008-03-12 01:49:21 +0000
commit7fe1703170f5fa3da02d35875922163f142ffe99 (patch)
tree31e25f0511f694d77b10bca24f8b27ad1c854abe /src/table/files.h
parent3eaf7af980979d2cc09eecb15a98a2528ee3c21a (diff)
downloadopenttd-7fe1703170f5fa3da02d35875922163f142ffe99.tar.xz
(svn r12360) -Fix: openttdd.grf was using the wrong colours for glyphs due to a grfcodec bug (fixed in grfcodec 0.9.10 r1837)
Diffstat (limited to 'src/table/files.h')
-rw-r--r--src/table/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/files.h b/src/table/files.h
index 78e71227e..3ae962113 100644
--- a/src/table/files.h
+++ b/src/table/files.h
@@ -33,7 +33,7 @@ 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", {0x2c, 0x3a, 0x86, 0x3b, 0xe0, 0x42, 0xb1, 0x65, 0xba, 0x59, 0xcb, 0x99, 0x9c, 0x3f, 0xe5, 0x3e} }
+ { "OPENTTDD.GRF", {0x9e, 0xb2, 0xf4, 0xd8, 0xf3, 0x63, 0xd4, 0x22, 0x5b, 0x70, 0xa6, 0xd4, 0xbe, 0x55, 0x1c, 0xd9} }
};
static FileList files_win = {