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
|
@ -115,9 +115,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
|
|||
_debugFlag = 0;
|
||||
_inVM = 0;
|
||||
|
||||
_inter_resStr[0] = 0;
|
||||
_inter_resVal = 0;
|
||||
|
||||
_inter_execPtr = 0;
|
||||
_inter_animDataSize = 10;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue