diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
| commit | e917400634a535c6c14afc4e37a759f7c777b73a (patch) | |
| tree | 5c8a5de1c6c09985395fbfb660a27500a65d1de0 /include/wall_item.h | |
| parent | 3e825971102a33dfbb82a20a365684d413bc1ba8 (diff) | |
server tick rate
Diffstat (limited to 'include/wall_item.h')
| -rw-r--r-- | include/wall_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
