From 088aff457c09c60b59584bdd2d05316fae63f068 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 31 Mar 2021 15:23:51 +0200 Subject: [PATCH] tour:: reverted restore_all on GeometryReset --- tour.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tour.cpp b/tour.cpp index 3bf9c673..25ca7f61 100644 --- a/tour.cpp +++ b/tour.cpp @@ -106,8 +106,6 @@ EX void setCanvas(presmode mode, char canv) { start_game(); resetview(); } - if(mode == pmGeometryReset) - slide_restore_all(); if(mode == pmStop) { gamestack::pop(); slide_restore_all();