Skip to content

Commit

Permalink
- the chat should use the console's scaling, not the one for the mess…
Browse files Browse the repository at this point in the history
…ages printed with the small font.
  • Loading branch information
coelckers committed Jun 5, 2022
1 parent a59436c commit efd4a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ct_chat.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit efd4a0b

Please sign in to comment.