aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/utils.h')
-rw-r--r--engines/tony/utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/tony/utils.h b/engines/tony/utils.h
index f9c9e614ac..0ce4e83f27 100644
--- a/engines/tony/utils.h
+++ b/engines/tony/utils.h
@@ -140,9 +140,7 @@ public:
class RMFileStreamSlow : public RMDataStream {
private:
- Common::File f;
- bool bMustClose;
-
+ Common::SeekableReadStream *_stream;
public:
RMFileStreamSlow();
virtual ~RMFileStreamSlow();