aboutsummaryrefslogtreecommitdiff
path: root/saga/sdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sdebug.cpp')
-rw-r--r--saga/sdebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/sdebug.cpp b/saga/sdebug.cpp
index 1995dafbbf..374d9a4d96 100644
--- a/saga/sdebug.cpp
+++ b/saga/sdebug.cpp
@@ -27,7 +27,7 @@
#include "saga/gfx.h"
#include "saga/console_mod.h"
#include "saga/text.h"
-#include "saga/scene_mod.h"
+#include "saga/scene.h"
#include "saga/font.h"
#include "saga/script.h"
@@ -48,7 +48,7 @@ int SDEBUG_PrintInstr(R_SCRIPT_THREAD *thread) {
int i;
R_SCENE_INFO si;
- SCENE_GetInfo(&si);
+ _vm->_scene->getInfo(&si);
disp_buf[0] = 0;