Draw record attack foreground even if a message is currently on-screen.

This commit is contained in:
Steel Titanium 2019-08-20 00:15:35 -04:00
parent 2460f670f7
commit 997b6bb9d3

View file

@ -5565,11 +5565,8 @@ static void M_DrawMessageMenu(void)
else
{
F_SkyScroll(curbgxspeed, curbgyspeed, curbgname);
// Draw and animate foreground here, if desired.
// Check if (curbgname == "RECATKBG"), and if true,
// call the M_DrawRecordAttackForeground function.
// String check generally done with a strncmp.
// Can also draw the clock here.
if (!strncmp("RECATKBG", curbgname, 8))
M_DrawRecordAttackForeground();
}
}
if (curfadevalue)