- fixed screen clearing for the automap.

This should only affect the active window, not the entire screen.
This commit is contained in:
Christoph Oelckers 2019-12-31 19:50:27 +01:00
parent ef5292b4ae
commit 05e381ff6d
6 changed files with 14 additions and 10 deletions

View file

@ -929,6 +929,7 @@ void G_DisplayRest(int32_t smoothratio)
if (ud.overhead_on == 2)
{
twod->AddColorOnlyQuad(0, 0, xdim, ydim, 0xff000000);
G_DrawBackground();
renderDrawMapView(cposx, cposy, pp->zoom, cang);
}
G_DrawOverheadMap(cposx, cposy, pp->zoom, cang);