mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-03 17:52:04 +00:00
Draw record attack foreground even if a message is currently on-screen.
This commit is contained in:
parent
12a6479521
commit
5ef4b938be
1 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue