mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 13:07:40 +00:00
gobot:: call init_go_board not init_go
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user