1
0
Fork 0

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

release/0.4.5
bjarni 2004-11-14 22:31:57 +00:00
parent d99b89ab29
commit 5914888ad6
1 changed files with 1 additions and 0 deletions

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