From 434be5c65a7c33e9cfcefdc644b28c607c87fa94 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 15 Jun 2009 23:11:29 +0000 Subject: Renamed _inter_resStr to _resultStr svn-id: r41575 --- engines/gob/inter_v4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/inter_v4.cpp') 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". -- cgit v1.2.3