From 9c8d587a4b9eb3c908027c21aeab0b01b25ae02b Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 16 May 2022 14:02:07 -0700 Subject: web: fix ending match mid-comp-throw and starting another quickly --- web/web_prompt.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'web/web_prompt.c') diff --git a/web/web_prompt.c b/web/web_prompt.c index 5bb7758..f3b523e 100644 --- a/web/web_prompt.c +++ b/web/web_prompt.c @@ -4,7 +4,6 @@ #include "web_match.h" #include "web_misc.h" #include "web_scoreboard.h" -#include "web_svg.h" #include #include @@ -479,15 +478,8 @@ void prompt_handle_undo() void prompt_handle_exit() { - if (key_is_active("exit")) { - clear_scheduled(); - // FIXME: we need to clean up since end_boat_visit is never - // called, but it's currently a bit messy - svg_clear_points(); - prompt_set_input(NULL); - scoreboard_set_player_active(-1); + if (key_is_active("exit")) end_match(); - } toggle_key("exit"); } -- cgit v1.2.3-70-g09d2