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

sev- noreply at scummvm.org
Thu Nov 18 22:49:26 UTC 2021


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:
c505b27662 SCUMM: Improved wording of the BUN/SOU compressed warning


Commit: c505b27662ea0d9f91b0c0fac5e490701b74df2f
    https://github.com/scummvm/scummvm/commit/c505b27662ea0d9f91b0c0fac5e490701b74df2f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-11-18T23:49:10+01:00

Commit Message:
SCUMM: Improved wording of the BUN/SOU compressed warning

Changed paths:
    engines/scumm/scumm.cpp


diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 980a0f8079..9c5d81ef2f 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1651,7 +1651,7 @@ void ScummEngine_v7::setupScumm(const Common::String &macResourceFile) {
 		GUI::MessageDialog dialog(_(
 			"Audio files compressed with ScummVM Tools were detected; *.BUN/*.SOU\n"
 			"compression is not supported anymore for this game, audio will be disabled.\n"
-			"Please reinstall the game with the correct resource files."),
+			"Please copy the game from the original media without compression."),
 		_("OK"));
 		dialog.runModal();
 		_imuseDigital->disableEngine();




More information about the Scummvm-git-logs mailing list