mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-26 17:50:36 +00:00
See if this gets past the error
This commit is contained in:
parent
4b2b93319e
commit
2a96b2a22c
@ -396,7 +396,7 @@ static void V_DrawMemPatch(int x, int y, int scrn, const rpatch_t *patch,
|
||||
R_SetDefaultDrawColumnVars(&dcvars);
|
||||
|
||||
drawvars.short_topleft = (uint16_t*)screens[scrn].data;
|
||||
drawvars.int_topleft = (uint32_t*)screens[scrn].data;
|
||||
drawvars.int_topleft = (uint32_t*)(uint16_t*)screens[scrn].data;
|
||||
|
||||
if (!(flags & VPT_STRETCH))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user