mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
SHERLOCK: Register different default font setting for Rose Tattoo
This commit is contained in:
parent
1266fd95c5
commit
ab4e4b0720
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user