diff --git a/engine/sw/sw_draw.c b/engine/sw/sw_draw.c index a40b9decf..4f6843e8f 100644 --- a/engine/sw/sw_draw.c +++ b/engine/sw/sw_draw.c @@ -1485,6 +1485,51 @@ void SWDraw_TransPicTranslate (int x, int y, int width, int height, qbyte *sourc } } } + else if (r_pixbytes == 2) + { + unsigned short *dest; + dest = (unsigned short*)vid.buffer + y * vid.rowbytes + x; + + if (width & 7) + { // general + for (v=0 ; v