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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/web_match.h') diff --git a/web/web_match.h b/web/web_match.h index 715be76..0654eb7 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -9,7 +9,8 @@ enum match_mode { M_P, M_PVP, M_CVC, - M_LAST = M_CVC + M_PVPVP, + M_LAST = M_PVPVP }; enum player_type { -- cgit v1.2.3-70-g09d2