enable original screen blankers

svn-id: r11944
This commit is contained in:
Gregory Montoir 2003-12-26 14:49:49 +00:00
parent 802ebb584f
commit e05e079116
5 changed files with 140 additions and 9 deletions

View file

@ -2258,6 +2258,9 @@ void Logic::update() {
_vm->input()->quickLoadReset();
gameLoad(0);
}
if (_vm->input()->idleTime() >= Input::DELAY_SCREEN_BLANKER) {
_vm->display()->blankScreen();
}
}
}