diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-02 22:01:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-02 22:01:43 +0100 |
| commit | f233cd4f15ea8145bb196a8a88dcb5a18944375b (patch) | |
| tree | 99ae9602ff6b3b200fb08498d6f39a6146f2d667 /include/game.h | |
| parent | 4283a369307e5d0e40245220e18dac94468f8ff4 (diff) | |
player colors
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 869d64c..60c170c 100644 --- a/include/game.h +++ b/include/game.h @@ -8,7 +8,7 @@ #include "../include/game.h" #define SERVER_TICK_RATE (1.0f/60.0f) -#define SERVER_MAX_PLAYERS (10) +#define SERVER_MAX_PLAYERS (5) #define SERVER_PATHFINDING_INTERVAL (0.25f) typedef enum t_game_state { |
