mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
Draw record attack foreground even if a message is currently on-screen.
This commit is contained in:
parent
2460f670f7
commit
997b6bb9d3
1 changed files with 2 additions and 5 deletions
|
|
@ -5565,11 +5565,8 @@ static void M_DrawMessageMenu(void)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
F_SkyScroll(curbgxspeed, curbgyspeed, curbgname);
|
F_SkyScroll(curbgxspeed, curbgyspeed, curbgname);
|
||||||
// Draw and animate foreground here, if desired.
|
if (!strncmp("RECATKBG", curbgname, 8))
|
||||||
// Check if (curbgname == "RECATKBG"), and if true,
|
M_DrawRecordAttackForeground();
|
||||||
// call the M_DrawRecordAttackForeground function.
|
|
||||||
// String check generally done with a strncmp.
|
|
||||||
// Can also draw the clock here.
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (curfadevalue)
|
if (curfadevalue)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue