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

eriktorbjorn eriktorbjorn at telia.com
Mon Jun 29 07:34:58 CEST 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:
ab4e4b0720 SHERLOCK: Register different default font setting for Rose Tattoo


Commit: ab4e4b0720b5ade5fe0f99c936978b69240c4e19
    https://github.com/scummvm/scummvm/commit/ab4e4b0720b5ade5fe0f99c936978b69240c4e19
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-29T07:33:08+02:00

Commit Message:
SHERLOCK: Register different default font setting for Rose Tattoo

Changed paths:
    engines/sherlock/sherlock.cpp



diff --git a/engines/sherlock/sherlock.cpp b/engines/sherlock/sherlock.cpp
index 72101fd..a026670 100644
--- a/engines/sherlock/sherlock.cpp
+++ b/engines/sherlock/sherlock.cpp
@@ -224,7 +224,7 @@ void SherlockEngine::loadConfig() {
 	// Load sound settings
 	syncSoundSettings();
 
-	ConfMan.registerDefault("font", 1);
+	ConfMan.registerDefault("font", getGameID() == GType_SerratedScalpel ? 1 : 4);
 
 	_screen->setFont(ConfMan.getInt("font"));
 	if (getGameID() == GType_SerratedScalpel)






More information about the Scummvm-git-logs mailing list