From 919c0a2833273d3ae92d0eb3635a479c34e1ced9 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Thu, 22 Nov 2007 21:51:33 +0000 Subject: * added adapter from Graphics::Surface to Frames * changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615 --- engines/parallaction/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/objects.h') diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h index fdbe062e8b..c62dedc829 100644 --- a/engines/parallaction/objects.h +++ b/engines/parallaction/objects.h @@ -170,7 +170,7 @@ struct Dialogue { struct GetData { // size = 24 uint32 _icon; - Graphics::Surface *_cnv; + Frames *_cnv; byte *_backup; uint16 field_14; // unused uint16 field_16; // unused @@ -191,7 +191,7 @@ struct SpeakData { // size = 36 } }; struct ExamineData { // size = 28 - Graphics::Surface *_cnv; + Frames *_cnv; uint16 _opBase; // unused uint16 field_12; // unused char* _description; -- cgit v1.2.3