From 7594507277ba7506b8c7142b8a1463a97036c14d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 27 Jun 2015 19:23:42 -0400 Subject: SHERLOCK: RT: Properly implement StreamingImageFile class --- engines/sherlock/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scene.h') diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index d4c88350cc..5037b9d2cf 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -216,7 +216,7 @@ public: bool **_sceneStats; bool _walkedInScene; int _version; - bool _lzwMode; + bool _compressed; int _invGraphicItems; Common::String _comments; Common::Array _descText; -- cgit v1.2.3