diff options
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r-- | queen/logic.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp index 9fa31bc03d..fa2826fca6 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -2258,6 +2258,9 @@ void Logic::update() { _vm->input()->quickLoadReset(); gameLoad(0); } + if (_vm->input()->idleTime() >= Input::DELAY_SCREEN_BLANKER) { + _vm->display()->blankScreen(); + } } } |