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 12a6479521
commit 5ef4b938be
No known key found for this signature in database
GPG key ID: 924BA411F18DFDBE

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)