MOHAWK: Add a transition speed widget to the settings dialog
This commit is contained in:
parent
aa32c5e584
commit
ad7f94f10f
3 changed files with 15 additions and 0 deletions
|
@ -242,6 +242,7 @@ void MohawkEngine_Riven::doFrame() {
|
|||
runDialog(*_optionsDialog);
|
||||
if (_optionsDialog->getLoadSlot() >= 0)
|
||||
loadGameState(_optionsDialog->getLoadSlot());
|
||||
_gfx->setTransitionMode((RivenTransitionMode) _vars["transitionmode"]);
|
||||
_card->initializeZipMode();
|
||||
break;
|
||||
case Common::KEYCODE_r:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue