diff options
Diffstat (limited to 'engines/lab/anim.h')
-rw-r--r-- | engines/lab/anim.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/lab/anim.h b/engines/lab/anim.h index 6c4c8bed60..f799ae42a7 100644 --- a/engines/lab/anim.h +++ b/engines/lab/anim.h @@ -77,12 +77,10 @@ private: uint16 _frameNum; bool _playOnce; byte *_buffer; - byte *_storeDiffFile; - byte **_diffFile; + byte *_diffFile; uint32 _size; bool _stopPlayingEnd; uint16 _sampleSpeed; - byte *_start; uint32 _diffWidth; uint32 _diffHeight; bool _stopSound; |