aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index 32d74a3950..c2e42a3a2a 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -31,8 +31,8 @@
#include "saga/rscfile_mod.h"
#include "saga/cvar_mod.h"
-#include "saga/ite_introproc_mod.h"
#include "saga/interface.h"
+#include "saga/scene.h"
#include "saga/game_mod.h"
#include "saga/game.h"
@@ -364,7 +364,7 @@ int LoadLanguage() {
return R_FAILURE;
}
- if (ITE_IntroRegisterLang() != R_SUCCESS) {
+ if (_vm->_scene->ITEIntroRegisterLang() != R_SUCCESS) {
warning("Error registering intro sequence language cvars");
return R_FAILURE;
}