[Scummvm-git-logs] scummvm master -> a8e0f0aed3cc1edbf31181ce03067e261d7e7827

OMGPizzaGuy noreply at scummvm.org
Fri Jun 20 23:46:58 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
a8e0f0aed3 ULTIMA8: Fix Japan version font setup when replacement fonts are not enabled


Commit: a8e0f0aed3cc1edbf31181ce03067e261d7e7827
    https://github.com/scummvm/scummvm/commit/a8e0f0aed3cc1edbf31181ce03067e261d7e7827
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2025-06-20T18:46:37-05:00

Commit Message:
ULTIMA8: Fix Japan version font setup when replacement fonts are not enabled

Changed paths:
    engines/ultima/ultima8/ultima8.cpp


diff --git a/engines/ultima/ultima8/ultima8.cpp b/engines/ultima/ultima8/ultima8.cpp
index 497d8ecce4e..248b39ac7dc 100644
--- a/engines/ultima/ultima8/ultima8.cpp
+++ b/engines/ultima/ultima8/ultima8.cpp
@@ -1457,10 +1457,10 @@ void Ultima8Engine::applyGameSettings() {
 		_fontManager->loadTTFont(1, "VeraBd.ttf", 12, 0xFFFFFF, 0);
 		// GameWidget's version number information:
 		_fontManager->loadTTFont(2, "Vera.ttf", 8, 0xA0A0A0, 0);
-
-		_gameData->setupFontOverrides();
 	}
 
+	_gameData->setupFontOverrides();
+
 	_frameSkip = ConfMan.getBool("frameSkip");
 	_frameLimit = ConfMan.getBool("frameLimit");
 	_interpolate = ConfMan.getBool("interpolate");




More information about the Scummvm-git-logs mailing list