Changeset - r418:a554dfbe97fa
[Not reviewed]
master
0 1 0
bjarni - 20 years ago 2004-11-14 22:31:57
bjarni@openttd.org
(svn r615) Fix the same bug in ParamSet action loading, pointer out by Bjarni too. (pasky)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
grfspecial.c
Show inline comments
 
@@ -1725,6 +1725,7 @@ static void ParamSet(byte *buf, int len)
 
	uint16 data = 0;
 

	
 
	check_length(len, 5, "ParamSet");
 
	buf++;
 
	target = grf_load_byte(&buf);
 
	oper = grf_load_byte(&buf);
 
	src1 = grf_load_byte(&buf);
0 comments (0 inline, 0 general)