summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
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,