aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 392cb13..b484982 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1447,7 +1447,7 @@ EXIT:
if (thing.first != currentWorld)
worldSwitch(thing);
}).detach();
- } else {
+ } else if (!fadeIntensity) {
std::thread([&](void){
auto thing = currentWorld->goInsideStructure(player);
if (thing.first != currentWorld)