From a4f1e60ece6dac22c4d913fc70124873803f30ab Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 20 May 2022 01:38:05 -0700 Subject: web: add (incomplete) support for 3+ player matches --- web/web_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/web_match.c') diff --git a/web/web_match.c b/web/web_match.c index bdd049d..793aedd 100644 --- a/web/web_match.c +++ b/web/web_match.c @@ -72,7 +72,7 @@ int match_num_players() if (state->mode == M_P) return 1; - return 2; + return state->num_players; } int match_winning_player() -- cgit v1.2.3-70-g09d2