draconisPW / PWMAngband

A free, multi-player roguelike dungeon exploration game based on Angband
35 stars 11 forks source link

fix Windows client 'alphablend', 'overdraw' #624

Closed s88100 closed 4 months ago

s88100 commented 4 months ago

'alphablend' option enabled, 'overdraw' disabled /tiles/list.txt

extra:1:0:0

Checking 'Redraw the top tiles', for 'overdraw' this is similar to SDL client https://github.com/draconisPW/PWMAngband/blob/6f145ba655b8861013ff2644bcb432ce350587fa/src/client/main-sdl.c#L5871

Term_pict_sdl()
 /* Redraw the top tile */
if (overdraw && !Term_info(col + i * tile_wid, row - tile_hgt, &a, &c, &ta, &tc))