From c441866164497d6f4e75202e952a37a7dff53d8e Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 5 Oct 2003 14:48:43 +0000 Subject: [PATCH] Fix a missing line while rendering Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1294 --- src/gui/render_normal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/render_normal.h b/src/gui/render_normal.h index 5d4beeee..32e131ab 100644 --- a/src/gui/render_normal.h +++ b/src/gui/render_normal.h @@ -79,7 +79,6 @@ static void Normal_ ## FUNC ## _ ##BPP(Bit8u * src,Bitu x,Bitu y,Bitu dx,Bitu dy Bitu next_src=render.src.pitch-dx; \ Bitu next_dest=(LINES_ ## FUNC*render.op.pitch) - (dx*PIXELS_ ## FUNC * SIZE_ ## BPP); \ dx/=LOOPSIZE; \ - dy--; \ for (;dy>0;dy--) { \ for (Bitu tempx=dx;tempx>0;tempx--) { \ NORMAL_LOOP(LOOPSIZE,FUNC,BPP); \