- most WORD and SWORD are gone.
This commit is contained in:
parent
8ab562ef13
commit
ba0f5a3f94
84 changed files with 471 additions and 469 deletions
|
|
@ -1342,7 +1342,7 @@ void ST_Util_DrawBlock (BITMAPINFO *bitmap_info, const BYTE *src, int x, int y,
|
|||
{ // net progress notches
|
||||
for (; height > 0; --height)
|
||||
{
|
||||
*((WORD *)dest) = *((const WORD *)src);
|
||||
*((uint16_t *)dest) = *((const uint16_t *)src);
|
||||
dest += destpitch;
|
||||
src += 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue