Add con_scale for scaling just the console

This commit is contained in:
Magnus Norddahl 2016-09-07 11:34:49 +02:00 committed by Christoph Oelckers
commit e794e59cd2
8 changed files with 82 additions and 57 deletions

View file

@ -65,7 +65,7 @@
#include "menu/menu.h"
#include "r_data/voxels.h"
int con_uiscale();
int active_con_scale();
FRenderer *Renderer;
@ -858,7 +858,7 @@ void DFrameBuffer::DrawRateStuff ()
int chars;
int rate_x;
int textScale = con_uiscale();
int textScale = active_con_scale();
if (textScale == 0)
textScale = CleanXfac;