[Scummvm-cvs-logs] scummvm master -> e3c746ee40f761b4611f77a54fbf97efdb6bd5d0

bluegr bluegr at gmail.com
Fri Dec 25 14:11:47 CET 2015


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:
e3c746ee40 LAB: The fonts folder is unused in PC versions, so remove its detection


Commit: e3c746ee40f761b4611f77a54fbf97efdb6bd5d0
    https://github.com/scummvm/scummvm/commit/e3c746ee40f761b4611f77a54fbf97efdb6bd5d0
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-12-25T15:11:03+02:00

Commit Message:
LAB: The fonts folder is unused in PC versions, so remove its detection

Changed paths:
    engines/lab/detection.cpp



diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 0810c4c..805594b 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -43,7 +43,6 @@ static const ADGameDescription labDescriptions[] = {
 		"",
 		{
 			{ "doors",       0, "d77536010e7e5ae17ee066323ceb9585", 2537 }, // game/doors
-			{ "notes11",     0, "63e873f659f8f46f9809d16a2bf653c7", 3562 }, // fonts/notes11
 			{ "noteold.fon", 0, "6c1d90ad55149556e79d3f7bfddb4bd7", 9252 }, // game/spict/noteold.fon
 			{ NULL, 0, NULL, 0 }
 		},
@@ -57,7 +56,6 @@ static const ADGameDescription labDescriptions[] = {
 		"Lowres",
 		{
 			{ "doors",   0, "d77536010e7e5ae17ee066323ceb9585", 2537 }, // game/doors
-			{ "notes11", 0, "63e873f659f8f46f9809d16a2bf653c7", 3562 }, // fonts/notes11
 			{ "64b",     0, "3a84d41bcc6a782f22e8e954bce09721", 39916 }, // game/pict/h2/64b
 			{ NULL, 0, NULL, 0 }
 		},
@@ -71,7 +69,6 @@ static const ADGameDescription labDescriptions[] = {
 		"Rerelease",
 		{
 			{ "doors",   0, "d77536010e7e5ae17ee066323ceb9585", 2537 }, // game/doors
-			{ "notes11", 0, "63e873f659f8f46f9809d16a2bf653c7", 3562 }, // fonts/notes11
 			{ "noteold.fon", 0, "6c1d90ad55149556e79d3f7bfddb4bd7", 9252 }, // game/spict/noteold.fon
 			{ "wyrmkeep",0, "97c7064c54c28b952d37c4ebff6efa50", 52286 }, // game/spict/intro
 			{ NULL, 0, NULL, 0 }
@@ -94,7 +91,6 @@ static const ADGameDescription labDescriptions[] = {
 };
 
 static const char *const directoryGlobs[] = {
-		"fonts",
 		"game",
 		"pict",
 		"spict",






More information about the Scummvm-git-logs mailing list