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

This commit is contained in:
bjarni
2004-11-14 22:31:57 +00:00
parent d99b89ab29
commit 5914888ad6

View File

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