summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h2
1 files changed, 1 insertions, 1 deletions
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();