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
|
@ -675,7 +675,7 @@ const char *Inter_v5::getOpcodeGoblinDesc(int i) {
|
|||
void Inter_v5::o5_deleteFile() {
|
||||
evalExpr(0);
|
||||
|
||||
warning("Dynasty Stub: deleteFile \"%s\"", _vm->_global->_inter_resStr);
|
||||
warning("Dynasty Stub: deleteFile \"%s\"", _vm->_parse->_inter_resStr);
|
||||
}
|
||||
|
||||
void Inter_v5::o5_initScreen() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue