summaryrefslogtreecommitdiff
path: root/src/table/files.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-14 20:58:19 +0000
committerrubidium <rubidium@openttd.org>2007-02-14 20:58:19 +0000
commitdcc7dd936ef9eae6375be94e750db5861e830d4c (patch)
tree9e975c0a864b9bd93a80002f53634479162a1ab5 /src/table/files.h
parent3053109c635f2874564b9fb5186328ed6fcc496f (diff)
downloadopenttd-dcc7dd936ef9eae6375be94e750db5861e830d4c.tar.xz
(svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs.
Diffstat (limited to 'src/table/files.h')
-rw-r--r--src/table/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/files.h b/src/table/files.h
index 4dfdfebb6..d843d8a9e 100644
--- a/src/table/files.h
+++ b/src/table/files.h
@@ -61,4 +61,5 @@ static MD5File files_openttd[] = {
{ "elrailsw.grf", { 0x4f, 0xf9, 0xac, 0x79, 0x50, 0x28, 0x9b, 0xe2, 0x15, 0x30, 0xa8, 0x1e, 0xd5, 0xfd, 0xe1, 0xda } },
{ "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 } },
+ { "roadstops.grf", { 0x8c, 0xd9, 0x45, 0x21, 0x28, 0x82, 0x96, 0x45, 0x33, 0x22, 0x7a, 0xb9, 0x0d, 0xf3, 0x67, 0x4a } },
};