From d4e5e447925d251afca20afec0e090b210740c82 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 18 Aug 2015 20:53:31 -0400 Subject: SHERLOCK: Standardize sequence stack code for both games --- 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 42bee4f127..f75dfb40cd 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -220,7 +220,7 @@ public: Common::String _comments; Common::Array _descText; Common::Array _zones; - Common::Array _bgShapes; + ObjectArray _bgShapes; Common::Array _cAnim; Common::Array _sequenceBuffer; Common::Array _images; -- cgit v1.2.3