mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +00:00
devmode music: use half size font
This commit is contained in:
parent
31ee3577fd
commit
411b960e1c
1 changed files with 2 additions and 2 deletions
|
|
@ -362,8 +362,8 @@ static INT32 SCR(INT32 r)
|
|||
|
||||
static void ST_pushDebugString(INT32 *height, const char *string)
|
||||
{
|
||||
V_DrawRightAlignedString(320, *height, V_MONOSPACE, string);
|
||||
*height -= 8;
|
||||
V_DrawRightAlignedSmallString(319, *height, V_MONOSPACE, string);
|
||||
*height -= 4;
|
||||
}
|
||||
|
||||
static void ST_pushDebugTimeMS(INT32 *height, const char *label, UINT32 ms)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue