[Scummvm-git-logs] scummvm master -> b4c5b4438bea1b26f2e57c230cfafc62e6353f1e
sev-
noreply at scummvm.org
Mon Mar 31 07:48:08 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:
b4c5b4438b QDENGINE: Marked engine versions
Commit: b4c5b4438bea1b26f2e57c230cfafc62e6353f1e
https://github.com/scummvm/scummvm/commit/b4c5b4438bea1b26f2e57c230cfafc62e6353f1e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-03-31T09:48:02+02:00
Commit Message:
QDENGINE: Marked engine versions
Changed paths:
engines/qdengine/qdengine.cpp
diff --git a/engines/qdengine/qdengine.cpp b/engines/qdengine/qdengine.cpp
index 2707eac02b8..707ef263375 100644
--- a/engines/qdengine/qdengine.cpp
+++ b/engines/qdengine/qdengine.cpp
@@ -427,11 +427,11 @@ static int detectVersion(Common::String gameID) {
} else if (gameID == "nupogodi3" && g_engine->getLanguage() == Common::CS_CZE) {
return 20031014; // QDSCR_TEXT_DB = 184, d864cc279 (repo-vss)
} else if (gameID == "nupogodi3" && g_engine->getLanguage() == Common::LT_LTU) {
- return 20031206; // QDSCR_TEXT_DB = 185
+ return 20031206; // QDSCR_TEXT_DB = 185, 6c43cda6bf
} else if (gameID == "pilots3") {
- return 20040519; // QDSCR_GAME_TITLE = 203
+ return 20040519; // QDSCR_GAME_TITLE = 203, b34ca47148
} else if (gameID == "rybalka") {
- return 20040601; // QDSCR_GAME_TITLE = 206
+ return 20040601; // QDSCR_GAME_TITLE = 206, 9e41b636f6c9
} else if (gameID == "pilots3d") {
return 20040601; // QDSCR_GAME_TITLE = 206
} else if (gameID == "pilots3d-2") {
More information about the Scummvm-git-logs
mailing list