summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/demo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/demo.h b/inc/demo.h
index cbd10ec..bb1f770 100644
--- a/inc/demo.h
+++ b/inc/demo.h
@@ -3,6 +3,8 @@
#include <stdio.h>
+#define DEMO_TIMELINE_LENGTH 260
+
typedef enum
{
DEMOTICK = 0,
@@ -27,7 +29,7 @@ typedef struct
/* demotimeline struct, only contains the raw data */
typedef struct
{
- char data[260];
+ char data[DEMO_TIMELINE_LENGTH];
} demotimeline;
/* demomap struct */