[Scummvm-cvs-logs] SF.net SVN: scummvm: [30920] scummvm/trunk/engines/saga/actor.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Feb 23 14:54:58 CET 2008
Revision: 30920
http://scummvm.svn.sourceforge.net/scummvm/?rev=30920&view=rev
Author: thebluegr
Date: 2008-02-23 05:54:58 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
Fix for bug #1900220 - "ITE: Missing text outline"
Modified Paths:
--------------
scummvm/trunk/engines/saga/actor.cpp
Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp 2008-02-23 13:36:40 UTC (rev 30919)
+++ scummvm/trunk/engines/saga/actor.cpp 2008-02-23 13:54:58 UTC (rev 30920)
@@ -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