From 23d2cc231e5b4c015a8471d3035dc07802de23d5 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 14 Dec 2022 20:43:26 +0100 Subject: leaderboard, network syncing --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h index 9f0d173..faf2bc9 100644 --- a/include/game.h +++ b/include/game.h @@ -27,7 +27,7 @@ typedef struct t_game { network_client *client; } game; -game global_state; +game global_state = {GAMESTATE_IDLE,DISCONNECTED,0,0}; void init_game(); -- cgit v1.2.3-70-g09d2