summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-22 18:46:30 +0000
committertron <tron@openttd.org>2005-01-22 18:46:30 +0000
commiteaf4c8bd2eb4f53443cff7b0841f22eeac34e442 (patch)
tree75f8090b2dd0f2e5e22ff026046728f7ade2b5ec /table
parenta81b5187ab33dea4f28aebaa59254f8ae5637218 (diff)
downloadopenttd-eaf4c8bd2eb4f53443cff7b0841f22eeac34e442.tar.xz
(svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585
Diffstat (limited to 'table')
-rw-r--r--table/ai_rail.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/table/ai_rail.h b/table/ai_rail.h
index f708f67c1..00131d993 100644
--- a/table/ai_rail.h
+++ b/table/ai_rail.h
@@ -180,7 +180,7 @@ static const AiDefaultRailBlock _raildata_ai_12 = {
static const AiDefaultRailBlock _raildata_ai_13 = {
MKHDR(2,3,2,1,0)
MKRAIL(0x21, -3,0),
- MKRAIL(0x90, -3,1),
+ MKRAIL(0x50, -3,1),
MKRAIL(0x81, -2,0),
MKRAIL(0x1, -2,1),
MKRAIL(0x1, -1,0),
@@ -189,7 +189,7 @@ static const AiDefaultRailBlock _raildata_ai_13 = {
MKRAIL(0x1, 0,1),
MKRAIL(0x1, 1,0),
MKRAIL(0x41, 1,1),
- MKRAIL(0x60, 2,0),
+ MKRAIL(0xA0, 2,0),
MKRAIL(0x11, 2,1),
MKCLRRAIL(0, -4,0),
MKCLRRAIL(2, 3,1),
@@ -218,7 +218,7 @@ static const AiDefaultRailBlock _raildata_ai_14 = {
static const AiDefaultRailBlock _raildata_ai_15 = {
MKHDR(2,3,2,1,2)
MKRAIL(0x21, -3,0),
- MKRAIL(0x90, -3,1),
+ MKRAIL(0x50, -3,1),
MKRAIL(0x81, -2,0),
MKRAIL(0x1, -2,1),
MKRAIL(0x1, -1,0),
@@ -227,7 +227,7 @@ static const AiDefaultRailBlock _raildata_ai_15 = {
MKRAIL(0x1, 0,1),
MKRAIL(0x1, 1,0),
MKRAIL(0x41, 1,1),
- MKRAIL(0x60, 2,0),
+ MKRAIL(0xA0, 2,0),
MKRAIL(0x11, 2,1),
MKCLRRAIL(2, 3,1),
MKCLRRAIL(0, -4,0),