gobot:: call init_go_board not init_go

This commit is contained in:
Zeno Rogue 2023-08-14 20:15:42 +02:00
parent 535d86a1c8
commit 000726f450
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}