diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-20 15:03:44 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-20 15:03:44 -0700 |
commit | 6fb1750b923b97a377d6ef8ad4a25b501e65b39d (patch) | |
tree | 07fd49ffd6ea14b528725c99f511136a1ea54fb3 /web/web_match.h | |
parent | 7433d87aef18955468027a79edd9bb50c4db8275 (diff) | |
download | dartboat-6fb1750b923b97a377d6ef8ad4a25b501e65b39d.tar.gz dartboat-6fb1750b923b97a377d6ef8ad4a25b501e65b39d.tar.xz |
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.
Diffstat (limited to 'web/web_match.h')
-rw-r--r-- | web/web_match.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |