src/main.c

changeset 83
ead00609e5e6
parent 80
b980a7192b5a
child 84
df47b7efb97d
--- a/src/main.c	Thu Jun 05 19:05:02 2025 +0200
+++ b/src/main.c	Fri Jun 06 19:19:14 2025 +0200
@@ -186,7 +186,7 @@
     
     int exitcode;
     if (settings.singlemachine) {
-        game_start_singlemachine(&settings);
+        game_play_singlemachine(&settings);
         exitcode = EXIT_SUCCESS;
     } else if (settings.analyzepgn) {
         printw("Not implemented yet.\n");

mercurial