From 963c90dfbb8b5d2e684a261c8ecd52e355aae207 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 7 Apr 2021 20:25:47 +0200 Subject: [PATCH] rogueviz:: random-walk:: fixed the presentation --- rogueviz/random-walk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rogueviz/random-walk.cpp b/rogueviz/random-walk.cpp index a754aa8c..46e13ffa 100644 --- a/rogueviz/random-walk.cpp +++ b/rogueviz/random-walk.cpp @@ -167,6 +167,7 @@ void rw_slide(vector& v, string title, string desc, reaction_t t) { stop_game(); t(); start_game(); + enable(); } if(mode == pmKey) {