[Scummvm-git-logs] scummvm master -> 135ac365ac42c4fdd1dc0284c44dd324df0c1a7b
dreammaster
dreammaster at scummvm.org
Thu Jul 8 01:12:05 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:
135ac365ac AGS: Fix error message for pre-2.5 games
Commit: 135ac365ac42c4fdd1dc0284c44dd324df0c1a7b
https://github.com/scummvm/scummvm/commit/135ac365ac42c4fdd1dc0284c44dd324df0c1a7b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-07-07T18:11:42-07:00
Commit Message:
AGS: Fix 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 12b857417e..7c73e92347 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 completed unsupported pre-2.5 version");
+ GUIError("The selected game is a completely unsupported pre-2.5 version");
return Common::kNoError;
}
More information about the Scummvm-git-logs
mailing list