diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 12:27:41 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 12:27:41 +0200 |
| commit | 0ed1a617a897cf241406b3b7d5ddda5b74f4d9f4 (patch) | |
| tree | 74e5537902360e8bc2ea0e165eeb44f3ee479c5c /include/wall_item.h | |
| parent | 981d99c229161c8afa508468032fe3ea0b924d3b (diff) | |
backdrop, floors, chairs
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 4d437e0..231788e 100644 --- a/include/wall_item.h +++ b/include/wall_item.h @@ -24,7 +24,7 @@ typedef struct t_wall_item { image* img; } wall_item; -#define MAX_WALLITEMS (20) +#define MAX_WALLITEMS (200) wall_item wallitems[MAX_WALLITEMS] = {0}; void update_wallitems_server(); |
