[Scummvm-git-logs] scummvm master -> 1326ae2a62f7dfb447ce4743091ffe959e3e19eb

sev- noreply at scummvm.org
Sun Aug 14 14:46:49 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:
1326ae2a62 MACVENTURE: Drop unneeded assignment. The same value is in the default constructor


Commit: 1326ae2a62f7dfb447ce4743091ffe959e3e19eb
    https://github.com/scummvm/scummvm/commit/1326ae2a62f7dfb447ce4743091ffe959e3e19eb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-08-14T16:46:21+02:00

Commit Message:
MACVENTURE: Drop unneeded assignment. The same value is in the default constructor

Changed paths:
    engines/macventure/detection.cpp


diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp
index c03d84f3015..261e12dcacb 100644
--- a/engines/macventure/detection.cpp
+++ b/engines/macventure/detection.cpp
@@ -86,7 +86,6 @@ class MacVentureMetaEngineDetection : public AdvancedMetaEngineDetection {
 public:
 	MacVentureMetaEngineDetection() : AdvancedMetaEngineDetection(MacVenture::gameDescriptions, sizeof(ADGameDescription), macventureGames) {
 		_guiOptions = GUIO1(GUIO_NOMIDI);
-		_md5Bytes = 5000;
 	}
 
 	const char *getName() const override {




More information about the Scummvm-git-logs mailing list