diff options
Diffstat (limited to 'src/ct1986.c')
| -rw-r--r-- | src/ct1986.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ct1986.c b/src/ct1986.c index 8a49ec1..d8b91db 100644 --- a/src/ct1986.c +++ b/src/ct1986.c @@ -30,7 +30,8 @@ static int human; static char *gamelog = 0; -tak_state_p state; +static struct tak_state_s state_s; +static tak_state_p state = &state_s; static void new_game(uint8_t size) { reset_state(state, size); |
