mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +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;
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user