From 6fb1750b923b97a377d6ef8ad4a25b501e65b39d Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 20 May 2022 15:03:44 -0700 Subject: web: support visit log for 3+ player matches The new match modes are for testing. They'll eventually be removed in favour of true configurability. --- 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 0654eb7..fc2dabe 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -10,7 +10,8 @@ enum match_mode { M_PVP, M_CVC, M_PVPVP, - M_LAST = M_PVPVP + M_PVCVCVC, + M_LAST = M_PVCVCVC }; enum player_type { -- cgit v1.2.3-70-g09d2