aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index d03a67d1fe..bccc198b5c 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -822,7 +822,7 @@ int Scene::draw(SURFACE *dst_s) {
switch (_sceneMode) {
case SCENE_MODE_NORMAL:
- _vm->_gfx->bufToSurface(dst_s, buf_info.bg_buf, disp_info.logical_w,
+ bufToSurface(dst_s, buf_info.bg_buf, disp_info.logical_w,
MAX(disp_info.scene_h, _bg.h), NULL, &bg_pt);
break;
case SCENE_MODE_ISO: