Moving _inter_resVal and _inter_resStr from Global to Parse
svn-id: r41573
This commit is contained in:
parent
58fbca49f5
commit
67a9ff7dd3
10 changed files with 101 additions and 102 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue