- allow using the console font for notification messages (e.g. item pickup)

This is optional because it impacts display of game content, but for readability the new font definitely has advantages.
This commit is contained in:
Christoph Oelckers 2019-03-11 19:09:37 +01:00
commit ed1615babb
3 changed files with 20 additions and 10 deletions

View file

@ -243,7 +243,7 @@ void CT_Drawer (void)
y = (viewactive || gamestate != GS_LEVEL) ? -displayfont->GetHeight()-2 : -displayfont->GetHeight() - 22;
scalex = 1;
int scale = active_con_scale();
int scale = active_con_scaletext(true);
int screen_width = SCREENWIDTH / scale;
int screen_height= SCREENHEIGHT / scale;
int st_y = StatusBar->GetTopOfStatusbar() / scale;