From f1aa191f8c3acd0bfa259c4239bc6aadc9c9b0b0 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 15 Jan 2015 00:40:43 +0100 Subject: ACCESS: MM - Implement getList --- engines/access/bubble_box.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/access/bubble_box.h') diff --git a/engines/access/bubble_box.h b/engines/access/bubble_box.h index 082f2f7688..ceafe13f6b 100644 --- a/engines/access/bubble_box.h +++ b/engines/access/bubble_box.h @@ -57,7 +57,7 @@ public: Common::StringArray _nameIndex; Common::String _bubbleTitle; Common::String _bubbleDisplStr; - byte *_tempListPtr; + Common::String _tempListPtr[60]; int _btnId1; int _btnX1; int _btnId2; @@ -67,7 +67,7 @@ public: Common::Array _bubbles; public: - BubbleBox(AccessEngine *vm, Access::BoxType type, int x, int y, int w, int h, int val1, int val2, int val3, int val4, Common::String title, byte* tmpList); + BubbleBox(AccessEngine *vm, Access::BoxType type, int x, int y, int w, int h, int val1, int val2, int val3, int val4, Common::String title); void load(Common::SeekableReadStream *stream); @@ -95,7 +95,7 @@ public: void doBox(int item, int box); int doBox_v1(int item, int box, int &type); - void getList() { warning("TODO: getList"); } // TODO: Check if implementation is useful + void getList(const char *data[], int *flags); }; } // End of namespace Access -- cgit v1.2.3