diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-30 19:18:50 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-30 19:18:50 +0200 |
| commit | 3767d1ce3e2b90d4eb667985c0997cb5293cc27e (patch) | |
| tree | a3a9671aefd322794518c55105ea0085e1d73d09 /include/game.h | |
| parent | 784b123af41337c57535b80c15fe13b62dfc1e66 (diff) | |
work
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index f2fd0cb..cc1057d 100644 --- a/include/game.h +++ b/include/game.h @@ -11,6 +11,8 @@ #define SERVER_MAX_PLAYERS (10) #define SERVER_PATHFINDING_INTERVAL (0.25f) +bool is_editing_map = false; + typedef enum t_game_state { GAMESTATE_IDLE, GAMESTATE_LOADING_MAP, |
