Changeset - r416:9d0b608db90b
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2004-11-14 22:25:21
bjarni@openttd.org
(svn r613) Fix bug in GRFInhibit action loading, pointed out by Bjarni. (pasky)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
grfspecial.c
Show inline comments
 
@@ -1821,6 +1821,7 @@ static void GRFInhibit(byte *buf, int le
 
	int i;
 

	
 
	check_length(len, 1, "GRFInhibit");
 
	buf++, len--;
 
	num = grf_load_byte(&buf); len--;
 
	check_length(len, 4 * num, "GRFInhibit");
 

	
0 comments (0 inline, 0 general)