correctly initialize w_secret's y coordinate

This commit is contained in:
Fabian Greffrath 2023-02-15 15:44:06 +01:00
parent 6f85897f8d
commit 21dccd8e5b

View File

@ -564,7 +564,7 @@ void HU_Start(void)
HU_FONTSTART, colrngs[hudcolor_mesg], &message_on);
// create the secret message widget
HUlib_initSText(&w_secret, 0, (ORIGHEIGHT-ST_HEIGHT)/2, HU_MSGHEIGHT, &hu_font,
HUlib_initSText(&w_secret, 0, 100 - 2*SHORT(hu_font[0]->height), HU_MSGHEIGHT, &hu_font,
HU_FONTSTART, colrngs[CR_GOLD], &secret_on);
//jff 2/26/98 add the text refresh widget initialization