[Scummvm-git-logs] scummvm master -> e6f782c4a87b137db69302fa61698dc4605a6531

tag2015 noreply at scummvm.org
Fri Nov 25 13:45:32 UTC 2022


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6c644aa60d PETKA: Remove unused petka_demo gameid
e6f782c4a8 PETKA: Add "demo" to game description


Commit: 6c644aa60dbdf39c0cd1d85502c57620d225fd42
    https://github.com/scummvm/scummvm/commit/6c644aa60dbdf39c0cd1d85502c57620d225fd42
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-11-25T14:42:29+01:00

Commit Message:
PETKA: Remove unused petka_demo gameid

Changed paths:
    engines/petka/detection.cpp


diff --git a/engines/petka/detection.cpp b/engines/petka/detection.cpp
index f1418c3b8ad..67ef5bfa045 100644
--- a/engines/petka/detection.cpp
+++ b/engines/petka/detection.cpp
@@ -26,7 +26,6 @@
 #include "petka/petka.h"
 
 static const PlainGameDescriptor petkaGames[] = {
-	{"petka_demo", "Red Comrades Demo"},
 	{"petka1", "Red Comrades 1: Save the Galaxy"},
 	{"petka2", "Red Comrades 2: For the Great Justice"},
 	{nullptr, nullptr}


Commit: e6f782c4a87b137db69302fa61698dc4605a6531
    https://github.com/scummvm/scummvm/commit/e6f782c4a87b137db69302fa61698dc4605a6531
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-11-25T14:44:00+01:00

Commit Message:
PETKA: Add "demo" to game description

Changed paths:
    engines/petka/detection_tables.h


diff --git a/engines/petka/detection_tables.h b/engines/petka/detection_tables.h
index dc443137029..10d8f899308 100644
--- a/engines/petka/detection_tables.h
+++ b/engines/petka/detection_tables.h
@@ -29,7 +29,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Red Comrades Demo
 	{
 		"petka1",
-		0,
+		"Demo",
 		AD_ENTRY2s("DEMO.EXE",   "5ef1ceaba05413d04fd733a81e6adbae", 888832,
 				   "SCRIPT.DAT", "8712157c39daf8dd1f441a11d19b9e48", 1851),
 		Common::RU_RUS,




More information about the Scummvm-git-logs mailing list