summaryrefslogtreecommitdiff
path: root/web/web_match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 01:38:05 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-20 01:38:05 -0700
commita4f1e60ece6dac22c4d913fc70124873803f30ab (patch)
tree405793459509a17f37a1223196b9deaf71514ba7 /web/web_match.h
parent2886add52aeed172289f3bddd995eda0b0c92a67 (diff)
downloaddartboat-a4f1e60ece6dac22c4d913fc70124873803f30ab.tar.gz
dartboat-a4f1e60ece6dac22c4d913fc70124873803f30ab.tar.xz
web: add (incomplete) support for 3+ player matches
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 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 {