aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 6eca97d..7ae444c 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1345,6 +1345,9 @@ EXIT:
case SDLK_F3:
debug ^= true;
break;
+ case SDLK_BACKSLASH:
+ dialogBoxExists = false;
+ break;
case SDLK_x:
m = currentWorld->getNearMob(*player);
if (m != nullptr)