@ -138,7 +138,9 @@ public class RaceFinishController extends Controller {
public void mainMenuPressed() throws IOException {
AudioClip sound = new AudioClip(this.getClass().getResource("/visualiser/sounds/buttonpress.wav").toExternalForm());
sound.play();
App.game.endEvent();
try {
} catch (Exception e){};
loadTitleScreen();
}