From 4b2fdc91d42a438193d15840e10851c3847fbe80 Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 17 Aug 2024 02:42:19 +0300 Subject: Global fixes v3.0 Fixed bug when entering cards incorrectly. Added recognition of disconnection from the server. Added welcome screen and update screen. --- client/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/client.h') diff --git a/client/client.h b/client/client.h index 1ff8f82..12ec619 100644 --- a/client/client.h +++ b/client/client.h @@ -25,7 +25,8 @@ enum client_states { card_acceptance_status, tossing_limit_status, spectator, - result + result, + disconnect }; enum spectator_mode { -- cgit v1.2.3