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 d2461b2..f2fd0cb 100644
--- a/include/game.h
+++ b/include/game.h
@@ -9,6 +9,7 @@
#define SERVER_TICK_RATE (1.0f/60.0f)
#define SERVER_MAX_PLAYERS (10)
+#define SERVER_PATHFINDING_INTERVAL (0.25f)
typedef enum t_game_state {
GAMESTATE_IDLE,