devmode music: use half size font

This commit is contained in:
James R 2023-03-29 00:33:28 -07:00
parent 31ee3577fd
commit 411b960e1c

View file

@ -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)