From c90bc73ff5cd413302d242c22540b29d0eedf0f8 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 14 Jun 2011 12:40:55 +0200 Subject: Set dialog to false when cancelling console with escape. --- scene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.cpp b/scene.cpp index 0f68011..e981d8b 100644 --- a/scene.cpp +++ b/scene.cpp @@ -174,6 +174,7 @@ void Scene::events() { tool = NULL; } else if(console->showing()) { console->hide(); + dialog = false; } else running = false; break; -- cgit v1.2.3