From 5a1032e3e4b3479c84807d5610335c7e4f850158 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 18 May 2022 20:29:25 -0700 Subject: web: store comp info as part of match player info instead of globally This allows us things like two computer players against one another, which I've also added for testing. --- web/web_prompt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'web/web_prompt.c') diff --git a/web/web_prompt.c b/web/web_prompt.c index 8e2bd74..9213ca0 100644 --- a/web/web_prompt.c +++ b/web/web_prompt.c @@ -195,6 +195,7 @@ void prompt_select_mode() add_list_opt("Play against computer"); add_list_opt("One-player scoreboard"); add_list_opt("Two-player scoreboard"); + add_list_opt("Computer vs computer"); flush_list_opts(); } -- cgit v1.2.3-70-g09d2