[Scummvm-git-logs] scummvm branch-2-9 -> 8e65b2f72d8e837fe82d33be0c6434b9110beb18

fracturehill noreply at scummvm.org
Tue Mar 25 21:28:34 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:
8e65b2f72d NANCY: Remove unstable flag from compressed nancy3 variant


Commit: 8e65b2f72d8e837fe82d33be0c6434b9110beb18
    https://github.com/scummvm/scummvm/commit/8e65b2f72d8e837fe82d33be0c6434b9110beb18
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2025-03-25T22:28:24+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