From 7aa2c7fe5cca8eaa9c68c471cef4595b99021206 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 23 Aug 2014 12:09:27 -0400 Subject: ACCESS: Beginnings of character/converse manager --- engines/access/room.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'engines/access/room.h') diff --git a/engines/access/room.h b/engines/access/room.h index e1a26a4e4e..40290956cd 100644 --- a/engines/access/room.h +++ b/engines/access/room.h @@ -156,15 +156,6 @@ public: class RoomInfo { public: - struct FileIdent { - int _fileNum; - int _subfile; - }; - - struct CellIdent : FileIdent { - byte _cell; - }; - struct SoundIdent : FileIdent { int _priority; }; @@ -184,7 +175,7 @@ public: FileIdent _paletteFile; int _startColor; int _numColors; - Common::Array _vidTable; + Common::Array _extraCells; Common::Array _sounds; public: RoomInfo(const byte *data, int gameType); -- cgit v1.2.3