aboutsummaryrefslogtreecommitdiff
path: root/saga/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/console.cpp')
-rw-r--r--saga/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/console.cpp b/saga/console.cpp
index f626443395..a22e9aa1ea 100644
--- a/saga/console.cpp
+++ b/saga/console.cpp
@@ -208,7 +208,7 @@ int Console::draw(SURFACE *ds) {
fill_rect.bottom = _yPos + 1;
fill_rect.right = ds->w;
- _vm->_gfx->drawRect(ds, &fill_rect, _vm->_gfx->matchColor(CONSOLE_BGCOLOR));
+ drawRect(ds, &fill_rect, _vm->_gfx->matchColor(CONSOLE_BGCOLOR));
txt_fgcolor = _vm->_gfx->matchColor(CONSOLE_TXTCOLOR);
txt_shcolor = _vm->_gfx->matchColor(CONSOLE_TXTSHADOW);