# HG changeset patch # User bjarni # Date 1100471517 0 # Node ID 67457dd7e5bc3112935a9e6b464e0851dab4cd67 # Parent 0c63a94557a59fa79adc089429c09613af6b7d42 (svn r615) Fix the same bug in ParamSet action loading, pointer out by Bjarni too. (pasky) diff -r 0c63a94557a5 -r 67457dd7e5bc grfspecial.c --- a/grfspecial.c Sun Nov 14 22:30:46 2004 +0000 +++ b/grfspecial.c Sun Nov 14 22:31:57 2004 +0000 @@ -1725,6 +1725,7 @@ uint16 data = 0; check_length(len, 5, "ParamSet"); + buf++; target = grf_load_byte(&buf); oper = grf_load_byte(&buf); src1 = grf_load_byte(&buf);