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/wall_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wall_item.h') diff --git a/include/wall_item.h b/include/wall_item.h index 3b896bd..4d437e0 100644 --- a/include/wall_item.h +++ b/include/wall_item.h @@ -27,7 +27,7 @@ typedef struct t_wall_item { #define MAX_WALLITEMS (20) wall_item wallitems[MAX_WALLITEMS] = {0}; -void update_wallitems(); +void update_wallitems_server(); void draw_wallitems(platform_window* window); void create_wallitem(vec3f position, wall_item_type item, wall_item_data data); -- cgit v1.2.3-70-g09d2