aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-15 23:10:51 +0000
committerSven Hesse2009-06-15 23:10:51 +0000
commit67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2 (patch)
treef8b4bbd4bd958e27c405fbd81de33a4baafe7d23 /engines/gob/inter_v4.cpp
parent58fbca49f56684b4460af9e5b89de9777b364dbf (diff)
downloadscummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.tar.gz
scummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.tar.bz2
scummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.zip
Moving _inter_resVal and _inter_resStr from Global to Parse
svn-id: r41573
Diffstat (limited to 'engines/gob/inter_v4.cpp')
-rw-r--r--engines/gob/inter_v4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v4.cpp b/engines/gob/inter_v4.cpp
index 6ab55d70af..812ff71495 100644
--- a/engines/gob/inter_v4.cpp
+++ b/engines/gob/inter_v4.cpp
@@ -810,7 +810,7 @@ void Inter_v4::o4_playVmdOrMusic() {
bool close;
evalExpr(0);
- strncpy0(fileName, _vm->_global->_inter_resStr, 127);
+ strncpy0(fileName, _vm->_parse->_inter_resStr, 127);
// WORKAROUND: The nut rolling animation in the administration center
// in Woodruff is called "noixroul", but the scripts think it's "noixroule".