[Scummvm-cvs-logs] scummvm master -> b39abbfb4955521211847f33bcc133cdd9642fe3

dreammaster dreammaster at scummvm.org
Sat Mar 14 19:05:43 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b39abbfb49 MADS: Save reverted options if you cancel out of Game Options dialog


Commit: b39abbfb4955521211847f33bcc133cdd9642fe3
    https://github.com/scummvm/scummvm/commit/b39abbfb4955521211847f33bcc133cdd9642fe3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-14T14:04:41-04:00

Commit Message:
MADS: Save reverted options if you cancel out of Game Options dialog

Changed paths:
    engines/mads/nebular/dialogs_nebular.cpp



diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index 1c780c8..10fa28c 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -1158,6 +1158,8 @@ void OptionsDialog::show() {
 		_vm->_textWindowStill = prevTextWindowStill;
 		_vm->_screenFade = prevScreenFade;
 		game._storyMode = prevStoryMode;
+
+		_vm->saveOptions();
 	}
 }
 






More information about the Scummvm-git-logs mailing list