From 48814611e9b638c4b2475fec129d83dcf92a889b Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 20 May 2022 03:02:17 -0700 Subject: web: dynamically allocate player bufs --- web/web_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/web_control.c') diff --git a/web/web_control.c b/web/web_control.c index 5389a23..b0a777c 100644 --- a/web/web_control.c +++ b/web/web_control.c @@ -297,7 +297,7 @@ void end_match() // clean up in case match was ended early svg_clear_points(); prompt_set_input(NULL); - scoreboard_set_player_active(-1); + scoreboard_set_player_active(0); dom_remove_class("#key-exit", "visible"); dom_enable_exit_dialogue(false); -- cgit v1.2.3-70-g09d2