File diff r22934:0a8259209a75 → r22935:dd88c75e2001
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -361,7 +361,7 @@ void Blitter_32bppAnim::CopyFromBuffer(v
 
		Colour *dst_pal = dst;
 
		uint16 *anim_pal = anim_line;
 

	
 
		memcpy(dst, usrc, width * sizeof(uint32));
 
		memcpy(static_cast<void *>(dst), usrc, width * sizeof(uint32));
 
		usrc += width;
 
		dst += _screen.pitch;
 
		/* Copy back the anim-buffer */