Fade palette in/out when entering/leaving a location

svn-id: r50409
This commit is contained in:
Robert Špalek 2010-06-28 04:59:13 +00:00
parent d4a0c8a1ad
commit 76b8c33aaf
3 changed files with 36 additions and 8 deletions

View file

@ -881,7 +881,7 @@ void Script::setPalette(const Common::Array<int> &params) {
}
// Immediately update the palette
_vm->_screen->copyToScreen();
_vm->_system->delayMillis(20);
_vm->_system->delayMillis(kTimeUnit);
}
void Script::quitGame(const Common::Array<int> &params) {