[Scummvm-cvs-logs] SF.net SVN: scummvm:[42232] scummvm/trunk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jul 7 21:00:40 CEST 2009


Revision: 42232
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42232&view=rev
Author:   lordhoto
Date:     2009-07-07 19:00:39 +0000 (Tue, 07 Jul 2009)

Log Message:
-----------
Change "FM-Towns" to "FM-TOWNS" for consistency.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/detection.cpp
    scummvm/trunk/engines/kyra/saveload.cpp
    scummvm/trunk/engines/kyra/screen.cpp
    scummvm/trunk/graphics/sjis.h

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2009-07-07 18:17:30 UTC (rev 42231)
+++ scummvm/trunk/engines/kyra/detection.cpp	2009-07-07 19:00:39 UTC (rev 42232)
@@ -230,7 +230,7 @@
 		KYRA1_FLOPPY_FLAGS
 	},
 
-	{ // FM-Towns version
+	{ // FM-TOWNS version
 		{
 			"kyra1",
 			0,
@@ -638,7 +638,7 @@
 		KYRA2_DEMO_FLAGS
 	},
 
-	{ // FM-Towns
+	{ // FM-TOWNS
 		{
 			"kyra2",
 			0,

Modified: scummvm/trunk/engines/kyra/saveload.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload.cpp	2009-07-07 18:17:30 UTC (rev 42231)
+++ scummvm/trunk/engines/kyra/saveload.cpp	2009-07-07 19:00:39 UTC (rev 42232)
@@ -168,7 +168,7 @@
 				delete in;
 				return 0;
 			} else if ((header.flags & GF_FMTOWNS) && !(_flags.platform == Common::kPlatformFMTowns || _flags.platform == Common::kPlatformPC98)) {
-				warning("Can not load FM-Towns/PC98 savefile for this (non FM-Towns/PC98) gameversion");
+				warning("Can not load FM-TOWNS/PC98 savefile for this (non FM-TOWNS/PC98) gameversion");
 				delete in;
 				return 0;
 			}

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2009-07-07 18:17:30 UTC (rev 42231)
+++ scummvm/trunk/engines/kyra/screen.cpp	2009-07-07 19:00:39 UTC (rev 42232)
@@ -97,10 +97,10 @@
 
 		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 @@
 	}
 	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.

Modified: scummvm/trunk/graphics/sjis.h
===================================================================
--- scummvm/trunk/graphics/sjis.h	2009-07-07 18:17:30 UTC (rev 42231)
+++ scummvm/trunk/graphics/sjis.h	2009-07-07 19:00:39 UTC (rev 42232)
@@ -80,7 +80,7 @@
 };
 
 /**
- * FM-Towns ROM based SJIS compatible font.
+ * FM-TOWNS ROM based SJIS compatible font.
  *
  * This is used in KYRA and SCI.
  */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list