[Scummvm-cvs-logs] SF.net SVN: scummvm:[45904] scummvm/trunk/engines/kyra/sequences_lok.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Nov 14 20:34:45 CET 2009


Revision: 45904
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45904&view=rev
Author:   lordhoto
Date:     2009-11-14 19:34:44 +0000 (Sat, 14 Nov 2009)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sequences_lok.cpp

Modified: scummvm/trunk/engines/kyra/sequences_lok.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sequences_lok.cpp	2009-11-14 17:53:30 UTC (rev 45903)
+++ scummvm/trunk/engines/kyra/sequences_lok.cpp	2009-11-14 19:34:44 UTC (rev 45904)
@@ -1189,7 +1189,7 @@
 	_screen->enableInterfacePalette(false);
 
 	_screen->hideMouse();
-	if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga) {
+	if (!_flags.isTalkie) {
 		_screen->loadFont(Screen::FID_CRED6_FNT, "CREDIT6.FNT");
 		_screen->loadFont(Screen::FID_CRED8_FNT, "CREDIT8.FNT");
 
@@ -1250,12 +1250,12 @@
 		if (*currentString == 1) {
 			currentString++;
 
-			if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
+			if (!_flags.isTalkie)
 				_screen->setFont(Screen::FID_CRED6_FNT);
 		} else if (*currentString == 2) {
 			currentString++;
 
-			if (!_flags.isTalkie && _flags.platform != Common::kPlatformAmiga)
+			if (!_flags.isTalkie)
 				_screen->setFont(Screen::FID_CRED8_FNT);
 		}
 


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