[Scummvm-git-logs] scummvm master -> 1a3111d76f447d6f29cdc4d9e92a4c6b527c6193

bluegr noreply at scummvm.org
Wed Mar 23 08:24:55 UTC 2022


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:
1a3111d76f SCI: Correct name of Pepper's Adventures in Time


Commit: 1a3111d76f447d6f29cdc4d9e92a4c6b527c6193
    https://github.com/scummvm/scummvm/commit/1a3111d76f447d6f29cdc4d9e92a4c6b527c6193
Author: i30817 (i30817 at gmail.com)
Date: 2022-03-23T10:24:50+02:00

Commit Message:
SCI: Correct name of Pepper's Adventures in Time

Changed paths:
    engines/sci/detection.cpp


diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 0025b9f4344..f2e03ffba42 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -125,7 +125,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
 	{"sq5",             "Space Quest V: The Next Mutation"},
 	{"islandbrain",     "The Island of Dr. Brain"},
 	{"lsl6",            "Leisure Suit Larry 6: Shape Up or Slip Out!"},
-	{"pepper",          "Pepper's Adventure in Time"},
+	{"pepper",          "Pepper's Adventures in Time"},
 	{"slater",          "Slater & Charlie Go Camping"},
 	{"gk1demo",         "Gabriel Knight: Sins of the Fathers"},
 	{"qfg4demo",        "Quest for Glory IV: Shadows of Darkness"},




More information about the Scummvm-git-logs mailing list