From e35dd4df1c1f84e29210a4ce263d4b85ea4caf53 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 7 Jul 2009 19:00:39 +0000 Subject: Change "FM-Towns" to "FM-TOWNS" for consistency. svn-id: r42232 --- engines/kyra/screen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/kyra/screen.cpp') diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index f0e2aec987..426907c871 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -97,10 +97,10 @@ bool Screen::init() { if (_useSJIS) { if (!_sjisFont) { - // we use the FM-Towns font rom for PC-98, too, until we feel + // we use the FM-TOWNS font rom for PC-98, too, until we feel // like adding support for the PC-98 font //if (_vm->gameFlags().platform == Common::kPlatformFMTowns) { - // FM-Towns + // FM-TOWNS Common::SeekableReadStream *rom = _vm->resource()->createReadStream("FMT_FNT.ROM"); Graphics::FontTowns *townsFont = new Graphics::FontTowns(); if (!rom || !townsFont || !townsFont->loadFromStream(*rom)) @@ -658,7 +658,7 @@ void Screen::copyToPage0(int y, int h, uint8 page, uint8 *seqBuf) { } addDirtyRect(0, y, SCREEN_W, h); // This would remove the text in the end sequence of - // the (Kyrandia 1) FM-Towns version. + // the (Kyrandia 1) FM-TOWNS version. // Since this method is just used for the Seqplayer // this shouldn't be a problem anywhere else, so it's // safe to disable the call here. -- cgit v1.2.3