[Scummvm-cvs-logs] SF.net SVN: scummvm: [30922] scummvm/branches/branch-0-11-0/engines/saga/ actor.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Feb 23 15:14:20 CET 2008


Revision: 30922
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30922&view=rev
Author:   thebluegr
Date:     2008-02-23 06:14:20 -0800 (Sat, 23 Feb 2008)

Log Message:
-----------
(backport) Fix for bug #1900220 - "ITE: Missing text outline"

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/saga/actor.cpp

Modified: scummvm/branches/branch-0-11-0/engines/saga/actor.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/saga/actor.cpp	2008-02-23 14:12:24 UTC (rev 30921)
+++ scummvm/branches/branch-0-11-0/engines/saga/actor.cpp	2008-02-23 14:14:20 UTC (rev 30922)
@@ -1207,7 +1207,7 @@
 		actor = getActor(actorIds[i]);
 		_activeSpeech.actorIds[i] = actorIds[i];
 		_activeSpeech.speechColor[i] = actor->_speechColor;
-		_activeSpeech.outlineColor[i] = 0; // disable outline
+		_activeSpeech.outlineColor[i] = _vm->KnownColor2ColorId(kKnownColorBlack);
 	}
 	_activeSpeech.actorsCount = actorIdsCount;
 	_activeSpeech.strings[0] = string;


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