diff options
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 { |