[Scummvm-git-logs] scummvm master -> e7e6e02555e1440eb9f069a51153fd30807ce8bb
dwatteau
noreply at scummvm.org
Fri Apr 25 11:28:03 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:
e7e6e02555 KYRA: Fix typo in previous commit
Commit: e7e6e02555e1440eb9f069a51153fd30807ce8bb
https://github.com/scummvm/scummvm/commit/e7e6e02555e1440eb9f069a51153fd30807ce8bb
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-04-25T13:27:34+02:00
Commit Message:
KYRA: Fix typo in previous commit
Changed paths:
engines/kyra/graphics/screen.cpp
diff --git a/engines/kyra/graphics/screen.cpp b/engines/kyra/graphics/screen.cpp
index a11620488b8..1be63111966 100644
--- a/engines/kyra/graphics/screen.cpp
+++ b/engines/kyra/graphics/screen.cpp
@@ -201,7 +201,7 @@ bool Screen::init() {
_sjisFontShared = Common::SharedPtr<Graphics::FontSJIS>(Graphics::FontSJIS::createFont(_vm->gameFlags().platform));
if (!_sjisFontShared.get())
- error("Could not load any SJIS font, neither the original %s nor ScummVM's 'SJIS.FNT'", _vm->gameFlags().platform == Common::kPlatformPC98 ? "'FONT.ROM'/'FONT.BMP'" : "'FMT_FMT.ROM'");
+ error("Could not load any SJIS font, neither the original %s nor ScummVM's 'SJIS.FNT'", _vm->gameFlags().platform == Common::kPlatformPC98 ? "'FONT.ROM'/'FONT.BMP'" : "'FMT_FNT.ROM'");
if (_use16ColorMode)
_fonts[FID_SJIS_TEXTMODE_FNT] = new SJISFont(_sjisFontShared, _sjisInvisibleColor, true, false, 0);
More information about the Scummvm-git-logs
mailing list