From fd22e4cf3198c1e63cf26dd5fdce588a1e969ac1 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 28 Dec 2020 20:56:46 -0500 Subject: Started on PTN stuff --- src/ctaklm.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ctaklm.c b/src/ctaklm.c index bbf815c..3585bec 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -1,10 +1,10 @@ #include #include -#include +#include int main(int argc, char **argv) { - init_game(); + reset_game(); enum ACTION_RESULT res = try_place(0, 0x0001, STONE_FLAT); res = try_place(1, 0x0001, STONE_FLAT); @@ -13,6 +13,4 @@ int main(int argc, char **argv) { printf("Result: %d\n",res); printf("%o %o \n",colours[0],celldat[0]); - - free_game(); } -- cgit v1.3.1