[Scummvm-git-logs] scummvm master -> 3dc7a33321331f7f900ad15041988510abd219c0

sev- sev at scummvm.org
Wed Aug 19 10:32:02 UTC 2020


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:
3dc7a33321 GLK: ADRIFT - Fix the rest of leading whitespaces in game titles


Commit: 3dc7a33321331f7f900ad15041988510abd219c0
    https://github.com/scummvm/scummvm/commit/3dc7a33321331f7f900ad15041988510abd219c0
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-19T12:31:58+02:00

Commit Message:
GLK: ADRIFT - Fix the rest of leading whitespaces in game titles

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 e97b67a04e..f018d6847b 100644
--- a/engines/glk/adrift/detection_tables.h
+++ b/engines/glk/adrift/detection_tables.h
@@ -148,22 +148,22 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	// Three Hour Games Competition: July 2004
 	{ "3hgjailbreakbob", "Jailbreak Bob" },
 	{ "3hgbriefcase", "Briefcase" },
-	{ "3hgtheannihilationofthink", " Annihilation of Think.com" },
+	{ "3hgtheannihilationofthink", "Annihilation of Think.com" },
 	{ "3hgshadricktravels", "Shadrick's Travels" },
 	{ "3hglostsouls", "Lost Souls" },
 	{ "3hgtheamulet", "Amulet" },
 	{ "3hgzombiecow", "Zombie Cow" },
 
 	// Three Hour Games Competition: November 2004
-	{ "3hgsandl", " Snakes and Ladders" },
+	{ "3hgsandl", "Snakes and Ladders" },
 	{ "3hgconfession", "The Murder of Jack Morely" },
-	{ "3hgveteran", " Veteran Experience" },
-	{ "3hgburiedalive", " Buried Alive" },
+	{ "3hgveteran", "Veteran Experience" },
+	{ "3hgburiedalive", "Buried Alive" },
 	{ "3hgzac", "Zombies are Cool" },
 	{ "3hgtogetyou", "We are coming to get you!" },
 
 	// Game of the Year Competition: December 2004
-	{ "goyshardsofmemory", " Shards of Memory" },
+	{ "goyshardsofmemory", "Shards of Memory" },
 	{ "goypaint", "Paint!!!" },
 	{ "goydragonshrine", "The Curse of DragonShrine" },
 	{ "goydarkness", "Darkness" },
@@ -175,7 +175,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "aicescape", "Must Escape!" },
 	{ "aicfinalquestion", "The Final Question" },
 	{ "aicrift", "Rift" },
-	{ "aicp2p", " Point 2 Point" },
+	{ "aicp2p", "Point 2 Point" },
 	{ "aiczacksmackfoot", "Zack Smackfoot" },
 
 	// ADRIFT Mini-Competition Summer 2003
@@ -221,7 +221,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "1hgshreddem", "Shred 'em" },
 	{ "1hgagent4f", "Agent 4-F From Mars" },
 	{ "1hgecod3", "An Evening with the Evil Chicken of Doom" },
-	{ "1hgtrabula", " Get Treasure for Trabula" },
+	{ "1hgtrabula", "Get Treasure for Trabula" },
 	{ "1hgwoof", "Woof" },
 	{ "1hgundefined", "Undefined" },
 	{ "1hgadriftmaze", "Adrift Maze" },




More information about the Scummvm-git-logs mailing list