mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 21:11:51 +00:00
Make podium end use G_EndGame
This commit is contained in:
parent
89276c5900
commit
839650968d
1 changed files with 2 additions and 1 deletions
|
|
@ -1728,7 +1728,8 @@ boolean G_Responder(event_t *ev)
|
|||
|
||||
if (K_CeremonyResponder(ev))
|
||||
{
|
||||
D_StartTitle();
|
||||
nextmap = NEXTMAP_TITLE;
|
||||
G_EndGame();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue