mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-01 06:00:56 +00:00
Fix client console text width
This commit is contained in:
parent
0081965385
commit
4a9094482d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue