SHERLOCK: Register different default font setting for Rose Tattoo

This commit is contained in:
Torbjörn Andersson 2015-06-29 07:33:08 +02:00
parent 1266fd95c5
commit ab4e4b0720

View File

@ -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)