diff --git a/tour.cpp b/tour.cpp index 41c4396d..784c5a30 100644 --- a/tour.cpp +++ b/tour.cpp @@ -104,6 +104,8 @@ EX void setCanvas(presmode mode, char canv) { start_game(); resetview(); } + if(mode == pmGeometryReset) + slide_restore_all(); if(mode == pmStop) { gamestack::pop(); slide_restore_all();