aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-11 23:42:02 +0000
committerEugene Sandulenko2004-08-11 23:42:02 +0000
commita8ea40756fbd2e7d01751373ef64a3d0599f1811 (patch)
treef0c6001e32573aeed697696093d833986fc450b7 /saga/game.cpp
parentf9b1c3991cf7ad7858d8f7c86a0b32cae88b25c6 (diff)
downloadscummvm-rg350-a8ea40756fbd2e7d01751373ef64a3d0599f1811.tar.gz
scummvm-rg350-a8ea40756fbd2e7d01751373ef64a3d0599f1811.tar.bz2
scummvm-rg350-a8ea40756fbd2e7d01751373ef64a3d0599f1811.zip
Move ITE_* and IHNM_* to Scene class.
svn-id: r14560
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;
}