mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Menu Messages only animate when menuwipe is stopped
Reduces the amount of moving parts we have to worry about. Fire M_StartMessage at the same time you change a menu without worry!
This commit is contained in:
parent
e8523b69f0
commit
616d2bb87a
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ void M_StopMessage(INT32 choice)
|
||||||
|
|
||||||
boolean M_MenuMessageTick(void)
|
boolean M_MenuMessageTick(void)
|
||||||
{
|
{
|
||||||
|
if (menuwipe)
|
||||||
|
return false;
|
||||||
|
|
||||||
if (menumessage.closing)
|
if (menumessage.closing)
|
||||||
{
|
{
|
||||||
if (menumessage.closing > MENUMESSAGECLOSE)
|
if (menumessage.closing > MENUMESSAGECLOSE)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue