1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-09 18:54:07 +00:00

rogueviz::ads:: display the ship states correctly with which_cross

This commit is contained in:
Zeno Rogue 2025-04-08 14:04:08 +02:00
parent e35d80f46e
commit 5b8f9f7d33

View File

@ -184,7 +184,7 @@ void draw_game_cell(const cell_to_draw& cd) {
}
/* todo: binary search */
if(paused) for(auto& rock: ci.shipstates) {
if(paused || which_cross) for(auto& rock: ci.shipstates) {
cross_result cr;
if(hv) render_ship_parts([&] (const hpcshape& sh, color_t col, int sym) {