[Scummvm-git-logs] scummvm master -> eb0e44a0df9d6fbfa0641da4e8c626c387abfc25

whiterandrek whiterandrek at gmail.com
Thu Jun 4 20:37:10 UTC 2020


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:
eb0e44a0df PINK: added feature kSupportsChangingOptionsDuringRuntime


Commit: eb0e44a0df9d6fbfa0641da4e8c626c387abfc25
    https://github.com/scummvm/scummvm/commit/eb0e44a0df9d6fbfa0641da4e8c626c387abfc25
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2020-06-04T23:06:37+03:00

Commit Message:
PINK: added feature kSupportsChangingOptionsDuringRuntime

Changed paths:
    engines/pink/pink.cpp


diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp
index 89da9cd93d..67f9d167ba 100644
--- a/engines/pink/pink.cpp
+++ b/engines/pink/pink.cpp
@@ -280,7 +280,8 @@ bool PinkEngine::hasFeature(Engine::EngineFeature f) const {
 	return
 		f == kSupportsReturnToLauncher ||
 		f == kSupportsLoadingDuringRuntime ||
-		f == kSupportsSavingDuringRuntime;
+		f == kSupportsSavingDuringRuntime ||
+		f == kSupportsChangingOptionsDuringRuntime;
 }
 
 void PinkEngine::pauseEngineIntern(bool pause) {




More information about the Scummvm-git-logs mailing list