aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-22 10:11:53 +0000
committerSven Hesse2009-06-22 10:11:53 +0000
commit1dafcabb4379c205add3d27c428e22c2f970f865 (patch)
tree03e536ad0f7bf4b20e4fee0bfcdb78805c46e772 /engines/gob/inter_v4.cpp
parentf6717373b5130deb0dcd9d307867bb9aeada3f89 (diff)
downloadscummvm-rg350-1dafcabb4379c205add3d27c428e22c2f970f865.tar.gz
scummvm-rg350-1dafcabb4379c205add3d27c428e22c2f970f865.tar.bz2
scummvm-rg350-1dafcabb4379c205add3d27c428e22c2f970f865.zip
Encapsulated access to _resultStr
svn-id: r41751
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 ccc50ebb24..057f71a227 100644
--- a/engines/gob/inter_v4.cpp
+++ b/engines/gob/inter_v4.cpp
@@ -153,7 +153,7 @@ void Inter_v4::o4_playVmdOrMusic() {
bool close;
evalExpr(0);
- strncpy0(fileName, _vm->_parse->_resultStr, 127);
+ strncpy0(fileName, _vm->_parse->getResultStr(), 127);
// WORKAROUND: The nut rolling animation in the administration center
// in Woodruff is called "noixroul", but the scripts think it's "noixroule".