summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-22 00:59:20 +0100
committerGitHub <noreply@github.com>2021-01-22 00:59:20 +0100
commitce77e8041437e8f3e27d1020a3c9261a605137b3 (patch)
tree75089f030514d97c221385be03fed436132d27a0 /src/core/Frontend.cpp
parentMerge pull request #975 from aap/lcs (diff)
parenta few fixes (diff)
downloadre3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.gz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.bz2
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.lz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.xz
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.tar.zst
re3-ce77e8041437e8f3e27d1020a3c9261a605137b3.zip
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r--src/core/Frontend.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 652b9db7..d8d6af8a 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -3378,9 +3378,9 @@ CMenuManager::Process(void)
#ifdef XBOX_MESSAGE_SCREEN
ProcessDialogTimer();
#endif
-
- if (TheCamera.GetScreenFadeStatus() != FADE_0)
- return;
+ // tmp hack to get saving to work
+ //if (TheCamera.GetScreenFadeStatus() != FADE_0)
+ // return;
InitialiseChangedLanguageSettings();