From e917400634a535c6c14afc4e37a759f7c777b73a Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 18 Dec 2022 20:17:16 +0100 Subject: server tick rate --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h index faf2bc9..cc9d0cd 100644 --- a/include/game.h +++ b/include/game.h @@ -7,6 +7,8 @@ #include "../include/players.h" #include "../include/game.h" +#define SERVER_TICK_RATE (1.0f/60.0f) + typedef enum t_game_state { GAMESTATE_IDLE, GAMESTATE_LOADING_MAP, -- cgit v1.2.3-70-g09d2