[Scummvm-cvs-logs] scummvm master -> 4b2cd719565a6dfe5f23a0c2777acd8dec59be35

sev- sev at scummvm.org
Sun Dec 22 10:39:36 CET 2013


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:
4b2cd71956 WINTERMUTE: Fix new detection entries


Commit: 4b2cd719565a6dfe5f23a0c2777acd8dec59be35
    https://github.com/scummvm/scummvm/commit/4b2cd719565a6dfe5f23a0c2777acd8dec59be35
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-12-22T01:38:48-08:00

Commit Message:
WINTERMUTE: Fix new detection entries

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e6f4383..24f8523 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -48,13 +48,13 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"helga",           "Helga Deep In Trouble"},
 	{"jamesperis",      "James Peris: No License Nor Control"},
 	{"kulivocko",       "Kulivocko"},
-	{"lonelyrobot"      "Project Lonely Robot"},
+	{"lonelyrobot",     "Project Lonely Robot"},
 	{"looky",           "Looky"},
 	{"julia",           "J.U.L.I.A."},
 	{"mirage",          "Mirage"},
 	{"paintaria",       "Paintaria"},
 	{"pigeons",         "Pigeons in the Park"},
-	{"projectdoom"      "Project: Doom"},
+	{"projectdoom",     "Project: Doom"},
 	{"reversion1",      "Reversion: The Escape"},
 	{"reversion2",      "Reversion: The Meeting"},
 	{"rosemary",        "Rosemary"},






More information about the Scummvm-git-logs mailing list