mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 02:32:51 +00:00
Fix -Wmisleading-indentation warning on Clang
This commit is contained in:
parent
3c3f2b2b21
commit
559301e69f
@ -537,7 +537,6 @@ void go_menu() {
|
|||||||
println(ss, "black: ", stones[0], " stones, ", owned_by[0], " area, ", current.captures[1], " prisoners");
|
println(ss, "black: ", stones[0], " stones, ", owned_by[0], " area, ", current.captures[1], " prisoners");
|
||||||
println(ss, "white: ", stones[1], " stones, ", owned_by[1], " area, ", current.captures[0], " prisoners");
|
println(ss, "white: ", stones[1], " stones, ", owned_by[1], " area, ", current.captures[0], " prisoners");
|
||||||
|
|
||||||
|
|
||||||
dialog::addSelItem("play black", its(stones[0]), 'b');
|
dialog::addSelItem("play black", its(stones[0]), 'b');
|
||||||
dialog::add_action([] { try_to_play(mouse_label(), 0); });
|
dialog::add_action([] { try_to_play(mouse_label(), 0); });
|
||||||
dialog::addSelItem("play white", its(stones[1]), 'w');
|
dialog::addSelItem("play white", its(stones[1]), 'w');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user