diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |