mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585
This commit is contained in:
parent
f40ff3c134
commit
c0a0d1bb22
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user