Moving _inter_resVal and _inter_resStr from Global to Parse

svn-id: r41573
This commit is contained in:
Sven Hesse 2009-06-15 23:10:51 +00:00
parent 58fbca49f5
commit 67a9ff7dd3
10 changed files with 101 additions and 102 deletions

View file

@ -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;