aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block.h b/src/block.h
index b240343..be62d20 100644
--- a/src/block.h
+++ b/src/block.h
@@ -63,7 +63,7 @@ struct block {
unsigned int line_width;
unsigned int x_padding, y_padding;
unsigned int min_width, max_width;
- action_t *actions; //[EVENT_LENGTH];
+ action_t *actions[EVENT_MAX];
};
typedef struct {