diff --git a/src/p_user.c b/src/p_user.c index bf8baf3df..e0fdb270c 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -716,7 +716,8 @@ void P_EndingMusic(void) { jingle = "_lose"; - if (G_GametypeAllowsRetrying() == true) + // Sort of ugly, this composite check is effictively "does gametype force retry": Relaxed allows you to place low. + if (G_GametypeAllowsRetrying() == true && !(grandprixinfo.gp && grandprixinfo.gamespeed == KARTSPEED_EASY && gametyperules & GTR_CIRCUIT)) { // A retry will be happening nointer = true;