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

fracturehill noreply at scummvm.org
Sun Mar 23 19:20:30 UTC 2025


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:
fae332c394 NANCY: Remove unstable flag from compressed nancy3 variant


Commit: fae332c39418a9a61378d74a7d327ebd1dea12af
    https://github.com/scummvm/scummvm/commit/fae332c39418a9a61378d74a7d327ebd1dea12af
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2025-03-23T20:12:51+01:00

Commit Message:
NANCY: Remove unstable flag from compressed nancy3 variant

Changed paths:
    engines/nancy/detection.cpp


diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 9c72e4dcbde..00a152032db 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -206,7 +206,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3




More information about the Scummvm-git-logs mailing list