From 000726f4501581834b6836135e38d1bf8390de12 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 14 Aug 2023 20:15:42 +0200 Subject: [PATCH] gobot:: call init_go_board not init_go --- rogueviz/gobot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rogueviz/gobot.cpp b/rogueviz/gobot.cpp index 55551a7c..952a3435 100644 --- a/rogueviz/gobot.cpp +++ b/rogueviz/gobot.cpp @@ -569,7 +569,7 @@ void accept_command(string s) { variation =eVariation::unrectified; gp::param = {x, y}; start_game(); - init_go(); + init_go_board(); go_message("Bring surface, size = " + its(isize(ac))); take_shot(); } @@ -586,7 +586,7 @@ void accept_command(string s) { variation =eVariation::unrectified; gp::param = {x, y}; start_game(); - init_go(); + init_go_board(); go_message("disk, size = " + its(isize(ac))); take_shot(); }