summaryrefslogtreecommitdiff
path: root/include/wall_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wall_item.h')
-rw-r--r--include/wall_item.h2
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();