- 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:
parent
e2d3c6feea
commit
ed1615babb
3 changed files with 20 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue