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

digitall 547637+digitall at users.noreply.github.com
Wed Dec 4 04:34:01 UTC 2019


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:
f65799acc0 DRASCULA: Use Advanced Detector LISTEND Macro in Detection Entries


Commit: f65799acc066f0be988837beb283471ed5316714
    https://github.com/scummvm/scummvm/commit/f65799acc066f0be988837beb283471ed5316714
Author: D G Turner (digitall at scummvm.org)
Date: 2019-12-04T04:30:23Z

Commit Message:
DRASCULA: Use Advanced Detector LISTEND Macro in Detection Entries

Changed paths:
    engines/drascula/detection.cpp


diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 7ed2abc..7c60cf5 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -82,7 +82,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 				// is ranked just as high as the others (which each have two
 				// detection files).
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
@@ -99,7 +99,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.002", 1, "4401123400f22f212b89f15fb4b43013", 721122},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::FR_FRA,
 			Common::kPlatformDOS,
@@ -116,7 +116,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.002", 1, "7b83cedb9bb326ed5143e5c459508d43", 722383},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::FR_FRA,
 			Common::kPlatformDOS,
@@ -133,7 +133,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.003", 1, "e8f4dc6091037329bab4ddb1cba35807", 719728},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::DE_DEU,
 			Common::kPlatformDOS,
@@ -163,7 +163,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.005", 1, "58caac54b891f5d7f335e710e45e5d29", 16209623},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::IT_ITA,
 			Common::kPlatformDOS,
@@ -193,7 +193,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.004", 1, "a289d3cf80d50f25ec569b653248437e", 17205838},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::ES_ESP,
 			Common::kPlatformDOS,
@@ -210,7 +210,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 			{
 				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
 				{"packet.006", 1, "e464b99de7f226391337510d5c328258", 697173},
-				{NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::RU_RUS,
 			Common::kPlatformDOS,




More information about the Scummvm-git-logs mailing list