diff options
Diffstat (limited to 'inc/demo.h')
| -rw-r--r-- | inc/demo.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |
