From 5fdc29db4f8694e95d0fccda23b27803e5e3313e Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Mon, 13 Mar 2023 01:14:05 +1100 Subject: [PATCH] fix size of state file --- src/include/66/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/66/state.h b/src/include/66/state.h index 78f511a7..edd319e6 100644 --- a/src/include/66/state.h +++ b/src/include/66/state.h @@ -19,7 +19,7 @@ #include <skalibs/uint32.h> -#define STATE_STATE_SIZE 40 +#define STATE_STATE_SIZE 44 #define STATE_FLAGS_FALSE (1 << 1) // 2 #define STATE_FLAGS_TRUE (1 << 2) // 4 -- GitLab