Lower the size of frag messages

This commit is contained in:
Izuru Yakumo
2025-07-21 13:47:04 -03:00
parent 319fb29643
commit da5e31ce42
2 changed files with 5 additions and 2 deletions

View File

@@ -335,6 +335,9 @@ extern vec3_t bytedirs[NUMVERTEXNORMALS];
#define SMALLCHAR_WIDTH 8
#define SMALLCHAR_HEIGHT 16
#define MEDIUMCHAR_WIDTH 12
#define MEDIUMCHAR_HEIGHT 16
#define BIGCHAR_WIDTH 16
#define BIGCHAR_HEIGHT 16