aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-15 23:11:29 +0000
committerSven Hesse2009-06-15 23:11:29 +0000
commit434be5c65a7c33e9cfcefdc644b28c607c87fa94 (patch)
tree96cbb878a503974b9a61510d2eede0bcfb6a3c22 /engines/gob/inter_v4.cpp
parent1b67620d99955fa8f664aaceb0aa9b51588e6923 (diff)
downloadscummvm-rg350-434be5c65a7c33e9cfcefdc644b28c607c87fa94.tar.gz
scummvm-rg350-434be5c65a7c33e9cfcefdc644b28c607c87fa94.tar.bz2
scummvm-rg350-434be5c65a7c33e9cfcefdc644b28c607c87fa94.zip
Renamed _inter_resStr to _resultStr
svn-id: r41575
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 812ff71495..1f7ce5757f 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->_parse->_inter_resStr, 127);
+ strncpy0(fileName, _vm->_parse->_resultStr, 127);
// WORKAROUND: The nut rolling animation in the administration center
// in Woodruff is called "noixroul", but the scripts think it's "noixroule".