diff --git a/rogueviz/ads/views.cpp b/rogueviz/ads/views.cpp index a037605b..8e3c14a5 100644 --- a/rogueviz/ads/views.cpp +++ b/rogueviz/ads/views.cpp @@ -85,7 +85,7 @@ void switch_spacetime() { } View = Id; - cwt = centerover = currentmap->gamestart(); + if(game_active) cwt = centerover = currentmap->gamestart(); } bool ads_draw_cell(cell *c, const shiftmatrix& V) {