From 0719a4e6c27a10af41303aa961812b3dde333045 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 4 Oct 2005 18:19:14 +0000 Subject: I misunderstood sev on how sf75() should work. Perhaps this is better? svn-id: r18932 --- saga/sfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/sfuncs.cpp') diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index f399c5c9cf..9d6040c9d3 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -1849,7 +1849,7 @@ void Script::sfSetPortraitBgColor(SCRIPTFUNC_PARAMS) { int16 green = thread->pop(); int16 blue = thread->pop(); - _vm->_gfx->setPaletteColor(254, red, green, blue); + _vm->_interface->setPortraitBgColor(red, green, blue); } void Script::sfScriptStartCutAway(SCRIPTFUNC_PARAMS) { -- cgit v1.2.3