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

criezy criezy at scummvm.org
Tue Aug 24 01:04:13 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:
aa114a259c AGS: Improve error message for pre-2.5 games


Commit: aa114a259cc583b2e3c0604ed7a753bf2a9a8b26
    https://github.com/scummvm/scummvm/commit/aa114a259cc583b2e3c0604ed7a753bf2a9a8b26
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-08-24T02:03:45+01:00

Commit Message:
AGS: Improve error message for pre-2.5 games

Changed paths:
    engines/ags/ags.cpp


diff --git a/engines/ags/ags.cpp b/engines/ags/ags.cpp
index 3ba42be0da..8288b039db 100644
--- a/engines/ags/ags.cpp
+++ b/engines/ags/ags.cpp
@@ -121,7 +121,7 @@ Common::Error AGSEngine::run() {
 	}
 
 	if (isUnsupportedPre25()) {
-		GUIError("The selected game is a completely unsupported pre-2.5 version");
+		GUIError("The selected game uses a pre-2.5 version of the AGS engine, which is not supported.");
 		return Common::kNoError;
 	}
 




More information about the Scummvm-git-logs mailing list