Fix client console text width

This commit is contained in:
zturtleman 2017-11-17 04:05:11 +00:00
parent 0081965385
commit 4a9094482d

View file

@ -424,12 +424,18 @@ extern vec3_t bytedirs[NUMVERTEXNORMALS];
#define TINYCHAR_HEIGHT 10
// END
// ZTM: Only change size for Q3Rally VMs, not client console text
#if defined CGAME || defined UI
// STONELANCE - drawn pic is actually bigger because this
// is the value after the letters are moved closer together
//#define SMALLCHAR_WIDTH 8
#define SMALLCHAR_WIDTH 6
// END
#define SMALLCHAR_HEIGHT 16
#else
#define SMALLCHAR_WIDTH 8
#define SMALLCHAR_HEIGHT 16
#endif
#define BIGCHAR_WIDTH 16
#define BIGCHAR_HEIGHT 16