diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 13:42:42 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 13:42:42 +0100 |
commit | d229a3f7b851ee9caa7f98c8075f8b4867762f60 (patch) | |
tree | 2086c24a2f15f45e8f218ded745b1b6b374c5098 /src/all.c | |
parent | dbb9359324c4224e0cd6034f06d7cbf4c4fd020b (diff) | |
download | ldjam57-d229a3f7b851ee9caa7f98c8075f8b4867762f60.tar |
increase tick speed
Diffstat (limited to 'src/all.c')
-rw-r--r-- | src/all.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ typedef struct { #define MEM_SIZE (1<<16) #define GRIDWIDTH 16 #define GRIDHEIGHT 16 -#define TICK_LENGTH 1000 +#define TICK_LENGTH 200 typedef struct { char *start; |