aboutsummaryrefslogtreecommitdiff
path: root/engines/access/bubble_box.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-17 21:53:46 -0400
committerPaul Gilbert2014-08-17 21:53:46 -0400
commita8a7018926f68d4792f3114ea8496ae721c2490c (patch)
treefcafaebecb64725bda039b9bc929bfd46864a14e /engines/access/bubble_box.cpp
parentc576b201f6638fa3702593cdb45cff64057d35ef (diff)
downloadscummvm-rg350-a8a7018926f68d4792f3114ea8496ae721c2490c.tar.gz
scummvm-rg350-a8a7018926f68d4792f3114ea8496ae721c2490c.tar.bz2
scummvm-rg350-a8a7018926f68d4792f3114ea8496ae721c2490c.zip
ACCESS: Fix showing bubble box text correctly
Diffstat (limited to 'engines/access/bubble_box.cpp')
-rw-r--r--engines/access/bubble_box.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/access/bubble_box.cpp b/engines/access/bubble_box.cpp
index 4bd4b74588..5a17b3b1a3 100644
--- a/engines/access/bubble_box.cpp
+++ b/engines/access/bubble_box.cpp
@@ -143,9 +143,9 @@ void BubbleBox::printBubble(const Common::String &msg) {
// Set font colors
font2._fontColors[0] = 0;
- font2._fontColors[1] = 0;
- font2._fontColors[2] = 0;
- font2._fontColors[3] = 0;
+ font2._fontColors[1] = 27;
+ font2._fontColors[2] = 28;
+ font2._fontColors[3] = 29;
int xp = _vm->_fonts._printOrg.x;
if (_type == TYPE_4)