draconisPW / PWMAngband

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

Update main-sdl2.c #535

Closed s88100 closed 2 years ago

s88100 commented 2 years ago

in file 'dblh_hook' from V but something doesn't work

src/client/main-sdl2.c
if (subwindow->window->graphics.overdraw_row) {
    subwindow->term->dblh_hook = is_dh_tile;
} else {
    subwindow->term->dblh_hook = NULL;
}
src/client/ui-term.c
Term_fresh_row_pict_dblh()
PW_OVERHEAD /* Display overhead view */

VVVVV PWMAngband-dblh_hook.zip