summaryrefslogtreecommitdiff
path: root/src/table/files.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-31 15:15:00 +0000
committerrubidium <rubidium@openttd.org>2007-05-31 15:15:00 +0000
commit253aa1b0b03aed312581de35d7e35bc17b96190f (patch)
tree3d9486f1a21425d7003ab07134c9311a3d77cb1a /src/table/files.h
parenta02417645e4cf1563b01819ac92ab507277b5b56 (diff)
downloadopenttd-253aa1b0b03aed312581de35d7e35bc17b96190f.tar.xz
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
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 bd7b0a439..662b4c121 100644
--- a/src/table/files.h
+++ b/src/table/files.h
@@ -64,4 +64,5 @@ static MD5File files_openttd[] = {
{ "roadstops.grf", { 0x8c, 0xd9, 0x45, 0x21, 0x28, 0x82, 0x96, 0x45, 0x33, 0x22, 0x7a, 0xb9, 0x0d, 0xf3, 0x67, 0x4a } },
{ "group.grf", { 0xe8, 0x52, 0x5f, 0x1c, 0x3e, 0xf9, 0x91, 0x9d, 0x0f, 0x70, 0x8c, 0x8a, 0x21, 0xa4, 0xc7, 0x02 } },
{ "tramtrkw.grf", { 0x83, 0x0a, 0xf4, 0x9f, 0x29, 0x10, 0x48, 0xfd, 0x76, 0xe9, 0xda, 0xac, 0x5d, 0xa2, 0x30, 0x45 } },
+ { "oneway.grf", { 0xbb, 0xc6, 0xa3, 0xb2, 0xb3, 0xa0, 0xc9, 0x3c, 0xc9, 0xee, 0x24, 0x7c, 0xb6, 0x51, 0x74, 0x63 } },
};