diff --git a/graph.cpp b/graph.cpp index f722c356..de5a9b93 100644 --- a/graph.cpp +++ b/graph.cpp @@ -4268,6 +4268,9 @@ void drawFlashes() { draw_flash(f, V * currentmap->iadj(f.where, id), kill); copies = true; } + if(f.t > ticks - 800 && !copies) { + kill = false; + } if(kill) { f = flashes[isize(flashes)-1]; flashes.pop_back(); k--;