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