diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-17 21:44:00 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-17 21:44:00 +0200 |
| commit | f06351b8a04d0a68628b05bed884832840998c6c (patch) | |
| tree | 996081db0df2461d1677aa3f220816a57343e134 /include/game.h | |
| parent | 37ff88d1631bfbd231b3d93f3401f3d70a750b45 (diff) | |
stat overlay
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 333f076..2884a92 100644 --- a/include/game.h +++ b/include/game.h @@ -39,6 +39,7 @@ typedef struct t_game { scene_state global_scene_state = SCENE_MAIN_MENU; game global_state = {GAMESTATE_IDLE,DISCONNECTED,0,0}; +bool game_is_paused = false; pathfinding_request active_requests[SERVER_PATHFINDING_THREADS] = {0}; void init_game(); |
