Make podium end use G_EndGame

This commit is contained in:
Sally Coolatta 2023-03-03 22:29:20 -05:00
parent 89276c5900
commit 839650968d

View file

@ -1728,7 +1728,8 @@ boolean G_Responder(event_t *ev)
if (K_CeremonyResponder(ev))
{
D_StartTitle();
nextmap = NEXTMAP_TITLE;
G_EndGame();
return true;
}
}