[Scummvm-git-logs] scummvm master -> 79041a6254109ecd06c0bc8cf624db46997b9712

sev- noreply at scummvm.org
Wed Jan 5 17:10:10 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:
79041a6254 GLK: ADRIFT: Fix type in game name


Commit: 79041a6254109ecd06c0bc8cf624db46997b9712
    https://github.com/scummvm/scummvm/commit/79041a6254109ecd06c0bc8cf624db46997b9712
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-01-05T18:10:05+01:00

Commit Message:
GLK: ADRIFT: Fix type in game name

Changed paths:
    engines/glk/adrift/detection_tables.h


diff --git a/engines/glk/adrift/detection_tables.h b/engines/glk/adrift/detection_tables.h
index 68be187e099..91a92237fde 100644
--- a/engines/glk/adrift/detection_tables.h
+++ b/engines/glk/adrift/detection_tables.h
@@ -41,7 +41,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "barneysproblem", "Barney's Problem" },
 	{ "beanstalk", "Beanstalk the and Jack" },
 	{ "beerisntenough", "When Beer Isn't Enough" },
-	{ "caveofwonders", "Cave of Wondors" },
+	{ "caveofwonders", "Cave of Wonders" },
 	{ "circusmenagerie", "Menagerie!" },
 	{ "cityInfear", "City In Fear" },
 	{ "coloromcadrift", "Color of Milk Coffee" },




More information about the Scummvm-git-logs mailing list