diff options
author | rubidium <rubidium@openttd.org> | 2007-02-14 20:58:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-02-14 20:58:19 +0000 |
commit | 79dda0fa07473e4eb6ccda61ce46412fff9642d7 (patch) | |
tree | 9e975c0a864b9bd93a80002f53634479162a1ab5 /src/table | |
parent | 32d2a012e4e39c31358f94787a74a291778e936e (diff) | |
download | openttd-79dda0fa07473e4eb6ccda61ce46412fff9642d7.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')
-rw-r--r-- | src/table/files.h | 1 |
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 } }, }; |