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:
toaster 2024-03-03 00:22:22 +00:00
parent e8523b69f0
commit 616d2bb87a

View file

@ -116,6 +116,9 @@ void M_StopMessage(INT32 choice)
boolean M_MenuMessageTick(void)
{
if (menuwipe)
return false;
if (menumessage.closing)
{
if (menumessage.closing > MENUMESSAGECLOSE)