From 5b8f9f7d33ed649d28c8567bca02783dcac1c7f4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 8 Apr 2025 14:04:08 +0200 Subject: [PATCH] rogueviz::ads:: display the ship states correctly with which_cross --- rogueviz/ads/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/ads/display.cpp b/rogueviz/ads/display.cpp index b8813161..4eac23ac 100644 --- a/rogueviz/ads/display.cpp +++ b/rogueviz/ads/display.cpp @@ -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) {