1
0
Fork 0

Fix a missing line while rendering

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1294
This commit is contained in:
Sjoerd van der Berg 2003-10-05 14:48:43 +00:00
parent 17c499ba5d
commit c441866164

View file

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