diff options
Diffstat (limited to 'web/web_prompt.c')
-rw-r--r-- | web/web_prompt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |