summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-04-30 12:11:24 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-04-30 12:11:24 +0200
commitd402270d68d7d4a1c887b34cd93e5f11aa61b638 (patch)
treeb8fa0fe548cf419a075875a0cc191a8b3f11721c /include/game.h
parentd055cf69c8925e895cfcb726a4339f843f3ccfc1 (diff)
work
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index cc9d0cd..d2461b2 100644
--- a/include/game.h
+++ b/include/game.h
@@ -8,6 +8,7 @@
#include "../include/game.h"
#define SERVER_TICK_RATE (1.0f/60.0f)
+#define SERVER_MAX_PLAYERS (10)
typedef enum t_game_state {
GAMESTATE_IDLE,