From b67982a90f861ba29e41ed366a481af707bd1c79 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 13 May 2022 17:12:16 -0700 Subject: web: use icons for settings; misc changes --- web/web_control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/web_control.c') diff --git a/web/web_control.c b/web/web_control.c index e75b703..6d61f5c 100644 --- a/web/web_control.c +++ b/web/web_control.c @@ -68,7 +68,7 @@ void draw_boat_throwing(int pts, char *str, double x, double y) free(str); prompt_flush(); - scoreboard_flush_player_info(2); // FIXME bot hard-coded as player 2 + scoreboard_flush_player_info(2); } void boat_visit() @@ -254,7 +254,7 @@ void match_mode_selected(int mode) // names need to be freed if we stop using string literals if (mode == M_PVC) { match_opts->p1_name = "User"; - match_opts->p2_name = "Bot"; + match_opts->p2_name = "Computer"; } else if (mode == M_P) { match_opts->p1_name = "Player 1"; match_opts->p2_name = NULL; -- cgit v1.2.3-70-g09d2