mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-14 11:15:48 +00:00
gobot:: call init_go_board not init_go
This commit is contained in:
parent
535d86a1c8
commit
000726f450
@ -569,7 +569,7 @@ void accept_command(string s) {
|
|||||||
variation =eVariation::unrectified;
|
variation =eVariation::unrectified;
|
||||||
gp::param = {x, y};
|
gp::param = {x, y};
|
||||||
start_game();
|
start_game();
|
||||||
init_go();
|
init_go_board();
|
||||||
go_message("Bring surface, size = " + its(isize(ac)));
|
go_message("Bring surface, size = " + its(isize(ac)));
|
||||||
take_shot();
|
take_shot();
|
||||||
}
|
}
|
||||||
@ -586,7 +586,7 @@ void accept_command(string s) {
|
|||||||
variation =eVariation::unrectified;
|
variation =eVariation::unrectified;
|
||||||
gp::param = {x, y};
|
gp::param = {x, y};
|
||||||
start_game();
|
start_game();
|
||||||
init_go();
|
init_go_board();
|
||||||
go_message("disk, size = " + its(isize(ac)));
|
go_message("disk, size = " + its(isize(ac)));
|
||||||
take_shot();
|
take_shot();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user