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:
parent
e35d80f46e
commit
5b8f9f7d33
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user