[Scummvm-git-logs] scummvm master -> 6226cc344b5744c3a68291803efa92f66d5b22b1
lotharsm
mail at serra.me
Fri Aug 20 17:28:32 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:
6226cc344b GRIM: Fix download URL for the game patches
Commit: 6226cc344b5744c3a68291803efa92f66d5b22b1
https://github.com/scummvm/scummvm/commit/6226cc344b5744c3a68291803efa92f66d5b22b1
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-08-20T19:28:07+02:00
Commit Message:
GRIM: Fix download URL for the game patches
Changed paths:
engines/grim/resource.cpp
diff --git a/engines/grim/resource.cpp b/engines/grim/resource.cpp
index df383d3c3c..7c1c6f7376 100644
--- a/engines/grim/resource.cpp
+++ b/engines/grim/resource.cpp
@@ -99,11 +99,11 @@ ResourceLoader::ResourceLoader() {
if (g_grim->getGameType() == GType_GRIM) {
errorMessage = _("The original patch of Grim Fandango\n"
"is missing. Please download it from\n"
- "https://scummvm.org/frs/extras/patches/gfupd101.exe\n"
+ "https://downloads.scummvm.org/frs/extras/patches/gfupd101.exe\n"
"and put it in the game data files directory");
} else if (g_grim->getGameType() == GType_MONKEY4) {
errorMessage = _("The original patch of Escape from Monkey Island is missing. \n"
- "Please download it from https://scummvm.org/frs/extras/patches/\n"
+ "Please download it from https://downloads.scummvm.org/frs/extras/patches/\n"
"and put it in the game data files directory.\n"
"Pay attention to download the correct version according to the game's language");
}
More information about the Scummvm-git-logs
mailing list