[Scummvm-git-logs] scummvm master -> 2a7d97daa4fb456f14e30e82989724256f74788c
bluegr
noreply at scummvm.org
Tue Jul 19 19:46:57 UTC 2022
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:
2a7d97daa4 TOLTECS: Mark demos as demos
Commit: 2a7d97daa4fb456f14e30e82989724256f74788c
https://github.com/scummvm/scummvm/commit/2a7d97daa4fb456f14e30e82989724256f74788c
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-07-19T22:46:49+03:00
Commit Message:
TOLTECS: Mark demos as demos
Changed paths:
engines/toltecs/detection.cpp
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 57d5a6aa8bf..d4f2e144c2b 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -183,7 +183,7 @@ static const ToltecsGameDescription gameDescriptions[] = {
// 3 Skulls of the Toltecs English Demo version
{
"toltecs",
- 0,
+ "Demo",
AD_ENTRY1s("WESTERN", "53a0abd1c0bc5cad8ba18f0e56877705", 46241833),
Common::EN_ANY,
Common::kPlatformDOS,
@@ -196,7 +196,7 @@ static const ToltecsGameDescription gameDescriptions[] = {
// 3 Skulls of the Toltecs German Demo version
{
"toltecs",
- 0,
+ "Demo",
AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
Common::DE_DEU,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list