(svn r615) Fix the same bug in ParamSet action loading, pointer out by Bjarni too. (pasky)

pull/155/head
bjarni 20 years ago
parent d99b89ab29
commit 5914888ad6

@ -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);

Loading…
Cancel
Save