summaryrefslogtreecommitdiff
path: root/src/modules/rkt/rkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rkt/rkt.h')
-rw-r--r--src/modules/rkt/rkt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/rkt/rkt.h b/src/modules/rkt/rkt.h
index c4c8550..861aa6b 100644
--- a/src/modules/rkt/rkt.h
+++ b/src/modules/rkt/rkt.h
@@ -18,7 +18,8 @@ typedef struct rkt_context_t {
double rocket_row;
unsigned last_ticks;
unsigned paused:1;
- rkt_scene_t scenes[];
+ size_t n_scenes;
+ rkt_scene_t *scenes;
} rkt_context_t;
typedef struct rkt_setup_scene_t {
© All Rights Reserved