From 5914888ad6d7ba7a732790089f458bb703b0c4fd Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 14 Nov 2004 22:31:57 +0000 Subject: [PATCH] (svn r615) Fix the same bug in ParamSet action loading, pointer out by Bjarni too. (pasky) --- grfspecial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/grfspecial.c b/grfspecial.c index 4aae9432fb..a1b73bedcc 100644 --- a/grfspecial.c +++ b/grfspecial.c @@ -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);