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 f7bfe8d..f65259e 100644 --- a/web/web_prompt.c +++ b/web/web_prompt.c @@ -198,6 +198,7 @@ void prompt_select_mode() add_list_opt("Two-player scoreboard"); add_list_opt("Computer vs computer"); add_list_opt("Three-player scoreboard"); + add_list_opt("Play against three computers"); flush_list_opts(); } |