[Scummvm-git-logs] scummvm master -> 7200acb791b0cf5eacb077c4b97d1681d4b519fb

sev- sev at scummvm.org
Fri May 29 13:55:32 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:
7200acb791 COMMON: Clarify comment in MacResMan


Commit: 7200acb791b0cf5eacb077c4b97d1681d4b519fb
    https://github.com/scummvm/scummvm/commit/7200acb791b0cf5eacb077c4b97d1681d4b519fb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-29T15:55:07+02:00

Commit Message:
COMMON: Clarify comment in MacResMan

Changed paths:
    common/macresman.cpp


diff --git a/common/macresman.cpp b/common/macresman.cpp
index abcee5a066..7f12f3207b 100644
--- a/common/macresman.cpp
+++ b/common/macresman.cpp
@@ -162,7 +162,8 @@ bool MacResManager::open(const String &fileName) {
 	if (file->open(fileName)) {
 		_baseFileName = fileName;
 
-		// FIXME: Is this really needed?
+		// Maybe file is in MacBinary but without .bin extension?
+		// Check it here
 		if (isMacBinary(*file)) {
 			file->seek(0);
 			if (loadFromMacBinary(*file))




More information about the Scummvm-git-logs mailing list