From 989fe4d0cd88e3d25ad983c8513c4a386fc63e2b Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 6 Feb 2016 16:16:03 +0100 Subject: MOHAWK: Turn MystView::conditionalImages into a Common::Array --- engines/mohawk/myst.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/mohawk/myst.h') diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index 1cf5858b0a..6e1cbef742 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -118,8 +118,7 @@ struct MystView { uint16 flags; // Image Data - uint16 conditionalImageCount; - MystCondition *conditionalImages; + Common::Array conditionalImages; uint16 mainImage; // Sound Data -- cgit v1.2.3