Changeset - r1088:d1a3f40d95b0
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-01-22 18:46:30
tron@openttd.org
(svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
table/ai_rail.h
Show inline comments
 
@@ -177,22 +177,22 @@ static const AiDefaultRailBlock _raildat
 
	MKEND
 
};
 

	
 
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),
 
	MKRAIL(0x1, -1,1),
 
	MKRAIL(0x1, 0,0),
 
	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),
 
	MKEND
 
};
 

	
 
@@ -215,22 +215,22 @@ static const AiDefaultRailBlock _raildat
 
	MKEND
 
};
 

	
 
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),
 
	MKRAIL(0x1, -1,1),
 
	MKRAIL(0x1, 0,0),
 
	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),
 
	MKEND
 
};
 

	
0 comments (0 inline, 0 general)