[Scummvm-git-logs] scummvm master -> 168fa3eb4a523cfee49bbe1f53b02a3bca2934eb

dreammaster noreply at scummvm.org
Fri Oct 17 04:16:35 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
168fa3eb4a BAGEL: Add missing spaces in Hodj 'n' Podj name


Commit: 168fa3eb4a523cfee49bbe1f53b02a3bca2934eb
    https://github.com/scummvm/scummvm/commit/168fa3eb4a523cfee49bbe1f53b02a3bca2934eb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-10-16T21:16:25-07:00

Commit Message:
BAGEL: Add missing spaces in Hodj 'n' Podj name

Changed paths:
    engines/bagel/detection_tables.h


diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index 7be88894df5..95630a06aa0 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -24,8 +24,8 @@ namespace Bagel {
 const PlainGameDescriptor bagelGames[] = {
 	{ "bagel", "Bagel" },
 	{ "spacebar", "The Space Bar" },
-	{ "hodjnpodj", "Hodj'n'Podj" },
-	{ "mazeodoom", "Hodj'n'Podj - Maze O' Doom" },
+	{ "hodjnpodj", "Hodj 'n' Podj" },
+	{ "mazeodoom", "Hodj 'n' Podj - Maze O' Doom" },
 	{ 0, 0 }
 };
 




More information about the Scummvm-git-logs mailing list