mirror of https://github.com/OpenTTD/OpenTTD
(svn r613) Fix bug in GRFInhibit action loading, pointed out by Bjarni. (pasky)
parent
fb64b4e499
commit
363a92bd43
|
@ -1821,6 +1821,7 @@ static void GRFInhibit(byte *buf, int len)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
check_length(len, 1, "GRFInhibit");
|
check_length(len, 1, "GRFInhibit");
|
||||||
|
buf++, len--;
|
||||||
num = grf_load_byte(&buf); len--;
|
num = grf_load_byte(&buf); len--;
|
||||||
check_length(len, 4 * num, "GRFInhibit");
|
check_length(len, 4 * num, "GRFInhibit");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue