"back" also works in main menu (#1512)

This commit is contained in:
Roman Fomin 2024-02-20 13:50:21 +07:00 committed by GitHub
parent 29687d96a6
commit 8bb438e016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6551,6 +6551,11 @@ boolean M_Responder (event_t* ev)
itemOn = currentMenu->lastOn;
S_StartSound(NULL, sfx_swtchn);
}
else
{
M_ClearMenus();
S_StartSound(NULL, sfx_swtchx);
}
return true;
}