[Scummvm-git-logs] scummvm master -> 21f43a2bb19f635de0be56e9549e0ba2ad04049c
sev-
sev at scummvm.org
Sat May 16 21:23:42 UTC 2020
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:
21f43a2bb1 PETKA: Flag demo as demo
Commit: 21f43a2bb19f635de0be56e9549e0ba2ad04049c
https://github.com/scummvm/scummvm/commit/21f43a2bb19f635de0be56e9549e0ba2ad04049c
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-05-16T23:23:38+02:00
Commit Message:
PETKA: Flag demo as demo
Changed paths:
engines/petka/detection_tables.h
diff --git a/engines/petka/detection_tables.h b/engines/petka/detection_tables.h
index c8b1e91707..efc5cdc238 100644
--- a/engines/petka/detection_tables.h
+++ b/engines/petka/detection_tables.h
@@ -34,7 +34,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("DEMO.EXE", "5ef1ceaba05413d04fd733a81e6adbae", 888832),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DEMO,
GUIO1(GUIO_NONE)
},
More information about the Scummvm-git-logs
mailing list