From b87a9958716d5f5922998d529324afa213e57dd0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 7 Mar 2021 14:12:40 +0100 Subject: [PATCH] history::spiral:: reset out=s just in case --- history.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/history.cpp b/history.cpp index c4a3be5a..6efb12c8 100644 --- a/history.cpp +++ b/history.cpp @@ -92,6 +92,7 @@ namespace spiral { bool saveGL = vid.wantGL; vid.wantGL = false; apply_screen_settings(); + out = s; while(true) {