[Scummvm-git-logs] scummvm master -> 4715ba368b0faa9947d87cca152a3a5be3086085

sev- noreply at scummvm.org
Wed Nov 15 22:57:01 UTC 2023


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:
4715ba368b SLUDGE: Fix greeting saving and loading in Mandy


Commit: 4715ba368b0faa9947d87cca152a3a5be3086085
    https://github.com/scummvm/scummvm/commit/4715ba368b0faa9947d87cca152a3a5be3086085
Author: polyesterswing (kurianjojo2004 at gmail.com)
Date: 2023-11-15T23:56:58+01:00

Commit Message:
SLUDGE: Fix greeting saving and loading in Mandy

Changed paths:
    engines/sludge/savedata.cpp


diff --git a/engines/sludge/savedata.cpp b/engines/sludge/savedata.cpp
index 27e7154e3c9..d63e4435c01 100644
--- a/engines/sludge/savedata.cpp
+++ b/engines/sludge/savedata.cpp
@@ -217,8 +217,7 @@ bool CustomSaveHelper::stackToFile(const Common::String &filename, const Variabl
 			}
 		} else {
 			Common::String makeSureItsText = hereWeAre->thisVar.getTextFromAnyVar();
-			if (makeSureItsText.empty())
-				break;
+
 			fp->writeString((makeSureItsText + "\n").c_str());
 		}
 




More information about the Scummvm-git-logs mailing list