aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-29 18:00:40 +0000
committerEugene Sandulenko2005-07-29 18:00:40 +0000
commite85519624d561dbed8c23518c463f23f8443f2d5 (patch)
treea9ec72eb81dd64428f1114ebd83b14d6fd2540a2 /saga
parentec4f7d3d7c0ba9292d268195cd64c2de26b73220 (diff)
downloadscummvm-rg350-e85519624d561dbed8c23518c463f23f8443f2d5.tar.gz
scummvm-rg350-e85519624d561dbed8c23518c463f23f8443f2d5.tar.bz2
scummvm-rg350-e85519624d561dbed8c23518c463f23f8443f2d5.zip
Fix status text color in scene substitute
svn-id: r18596
Diffstat (limited to 'saga')
-rw-r--r--saga/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index ad73950792..23b5ea3a90 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -389,7 +389,7 @@ void Scene::changeScene(uint16 sceneNumber, int actorsEntrance, SceneTransitionT
free(colors);
_vm->_gfx->setPalette(cPal);
- _vm->_interface->setStatusText("Click or Press Return to continue. Press Q to quit.");
+ _vm->_interface->setStatusText("Click or Press Return to continue. Press Q to quit.", 96);
_vm->_font->textDrawRect(kMediumFont, backBuffer, sceneSubstitutes[i].title,
Common::Rect(0, 7, _vm->getDisplayWidth(), 27), 1, 15, kFontOutline);
_vm->_font->textDrawRect(kMediumFont, backBuffer, sceneSubstitutes[i].message,