aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-07-31 23:00:48 +0000
committerEugene Sandulenko2004-07-31 23:00:48 +0000
commitc5836541fe4632792f6c7dbab8f01bf0459c03c3 (patch)
treed449ef65e5606a5b4642b5f91df1b5d91f610dbd /saga/scene.cpp
parent2060a9475d30f2275b3ee7a464f4246e0b9826f0 (diff)
downloadscummvm-rg350-c5836541fe4632792f6c7dbab8f01bf0459c03c3.tar.gz
scummvm-rg350-c5836541fe4632792f6c7dbab8f01bf0459c03c3.tar.bz2
scummvm-rg350-c5836541fe4632792f6c7dbab8f01bf0459c03c3.zip
Objectize render.cpp
svn-id: r14395
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index a5489dd3fa..e59d45c78e 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -38,7 +38,7 @@
#include "script_mod.h"
#include "objectmap_mod.h"
#include "palanim_mod.h"
-#include "render_mod.h"
+#include "render.h"
#include "rscfile_mod.h"
#include "text_mod.h"
@@ -725,7 +725,7 @@ int SCENE_Draw(R_SURFACE *dst_s) {
assert(SceneModule.init);
- RENDER_GetBufferInfo(&buf_info);
+ _vm->_render->getBufferInfo(&buf_info);
GAME_GetDisplayInfo(&disp_info);
bg_pt.x = 0;