aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-11-26 12:08:05 +0000
committerAndrew Kurushin2005-11-26 12:08:05 +0000
commit66e5b90168b311d6f4d4d1ae31142e02bca29d4d (patch)
tree162b17c477e5a95432e592084c13ba8e2d75c94c /saga/ite_introproc.cpp
parent42548e371cba500a9ead2f71d399d098896a82bd (diff)
downloadscummvm-rg350-66e5b90168b311d6f4d4d1ae31142e02bca29d4d.tar.gz
scummvm-rg350-66e5b90168b311d6f4d4d1ae31142e02bca29d4d.tar.bz2
scummvm-rg350-66e5b90168b311d6f4d4d1ae31142e02bca29d4d.zip
known color WIP #1
svn-id: r19703
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index 53a5342ee5..106cbed0b2 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -94,8 +94,8 @@ Event *Scene::ITEQueueDialogue(Event *q_event, int n_dialogues, const IntroDialo
int i;
// Queue narrator dialogue list
- textEntry.color = 255;
- textEntry.effectColor = 0;
+ textEntry.knownColor = kKnownColorSubtitleTextColor;
+ textEntry.effectKnownColor = kKnownColorTransparent;
textEntry.useRect = true;
textEntry.rect.left = 0;
textEntry.rect.right = _vm->getDisplayWidth();
@@ -224,8 +224,8 @@ Event *Scene::ITEQueueCredits(int delta_time, int duration, int n_credits, const
Event event;
Event *q_event = NULL;
- textEntry.color = 255;
- textEntry.effectColor = 0;
+ textEntry.knownColor = kKnownColorSubtitleTextColor;
+ textEntry.effectKnownColor = kKnownColorTransparent;
textEntry.flags = (FontEffectFlags)(kFontOutline | kFontCentered);
textEntry.point.x = 160;