Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-05 13:42:42 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-05 13:42:42 +0100
commitd229a3f7b851ee9caa7f98c8075f8b4867762f60 (patch)
tree2086c24a2f15f45e8f218ded745b1b6b374c5098 /src
parentdbb9359324c4224e0cd6034f06d7cbf4c4fd020b (diff)
downloadldjam57-d229a3f7b851ee9caa7f98c8075f8b4867762f60.tar
increase tick speed
Diffstat (limited to 'src')
-rw-r--r--src/all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.c b/src/all.c
index 37a57c9..1373475 100644
--- a/src/all.c
+++ b/src/all.c
@@ -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;