mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- the chat should use the console's scaling, not the one for the messages printed with the small font.
This commit is contained in:
parent
a59436c4c2
commit
efd4a0b33a
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void CT_Drawer (void)
|
|||
y = (viewactive || gamestate != GS_LEVEL) ? -displayfont->GetHeight()-2 : -displayfont->GetHeight() - 22;
|
||||
|
||||
scalex = 1;
|
||||
int scale = active_con_scaletext(drawer);
|
||||
int scale = active_con_scale(drawer);
|
||||
int screen_width = twod->GetWidth() / scale;
|
||||
int screen_height= twod->GetHeight() / scale;
|
||||
int st_y = StatusBar->GetTopOfStatusbar() / scale;
|
||||
|
|
Loading…
Reference in a new issue