summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 15:03:44 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 15:03:44 -0700
commit6fb1750b923b97a377d6ef8ad4a25b501e65b39d (patch)
tree07fd49ffd6ea14b528725c99f511136a1ea54fb3 /web/web_match.h
parent7433d87aef18955468027a79edd9bb50c4db8275 (diff)
downloaddartboat-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.h3
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 {