summaryrefslogtreecommitdiff
path: root/include/glass_doors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glass_doors.h')
-rw-r--r--include/glass_doors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glass_doors.h b/include/glass_doors.h
index 07804d5..d3120f5 100644
--- a/include/glass_doors.h
+++ b/include/glass_doors.h
@@ -11,7 +11,7 @@ typedef struct t_glass_door
} glass_door;
#define MAX_GLASS_DOORS 100
-glass_door glass_doors[MAX_GLASS_DOORS];
+glass_door* glass_doors;
void create_glass_door(object o);
void draw_glass_doors(platform_window* window, uint32_t ystart, uint32_t yend);