[Scummvm-git-logs] scummvm master -> 6381941a27dcdf0dee07ad5d62457c712dfaa906
sev-
noreply at scummvm.org
Tue Apr 1 14:46:05 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:
6381941a27 QDENGINE: Mark another original source commit for a game
Commit: 6381941a27dcdf0dee07ad5d62457c712dfaa906
https://github.com/scummvm/scummvm/commit/6381941a27dcdf0dee07ad5d62457c712dfaa906
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-04-01T16:45:56+02:00
Commit Message:
QDENGINE: Mark another original source commit for a game
Changed paths:
engines/qdengine/qdengine.cpp
diff --git a/engines/qdengine/qdengine.cpp b/engines/qdengine/qdengine.cpp
index 707ef263375..d51966f7a97 100644
--- a/engines/qdengine/qdengine.cpp
+++ b/engines/qdengine/qdengine.cpp
@@ -443,7 +443,7 @@ static int detectVersion(Common::String gameID) {
} else if (gameID == "3mice1" && (g_engine->getFeatures() & ADGF_DEMO)) {
return 20060129; // QDSCR_SCREEN_TRANSFORM = 232
} else if (gameID == "3mice1") {
- return 20060715; // QDSCR_SCREEN_TRANSFORM = 232
+ return 20060715; // QDSCR_SCREEN_TRANSFORM = 232, 54f9af2166
} else if (gameID == "shveik") {
return 20070503; // QDSCR_GAME_TITLE = 231, QDSCR_RESOURCE_COMPRESSION = 243
} else if (gameID == "klepa") {
More information about the Scummvm-git-logs
mailing list