mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
GOB: Remove the long obsolete inter_execPtr
svn-id: r55635
This commit is contained in:
parent
65bc46d3ab
commit
d2c9893327
@ -116,7 +116,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
|
||||
_debugFlag = 0;
|
||||
_inVM = 0;
|
||||
|
||||
_inter_execPtr = 0;
|
||||
_inter_animDataSize = 10;
|
||||
|
||||
_inter_mouseX = 0;
|
||||
|
@ -132,7 +132,6 @@ public:
|
||||
int16 _debugFlag;
|
||||
int16 _inVM;
|
||||
|
||||
byte *_inter_execPtr;
|
||||
int16 _inter_animDataSize;
|
||||
|
||||
int16 _inter_mouseX;
|
||||
|
Loading…
Reference in New Issue
Block a user