aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-06-29 09:30:32 +0000
committerNicola Mettifogo2008-06-29 09:30:32 +0000
commitd8645297cd174fbbd7059a317975c45adefaa5e5 (patch)
tree29dcfbe1cbfe7ac8cde0e8545c550fc7f8f956cf /engines/parallaction/objects.h
parent7a9e911896885750566a3c21e794823e4527f78a (diff)
downloadscummvm-rg350-d8645297cd174fbbd7059a317975c45adefaa5e5.tar.gz
scummvm-rg350-d8645297cd174fbbd7059a317975c45adefaa5e5.tar.bz2
scummvm-rg350-d8645297cd174fbbd7059a317975c45adefaa5e5.zip
Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
svn-id: r32833
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 2bc9df0bbe..44ad35e0ab 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -209,7 +209,7 @@ struct SpeakData { // size = 36
}
};
struct ExamineData { // size = 28
- Frames *_cnv;
+ GfxObj *_cnv;
uint16 _opBase; // unused
uint16 field_12; // unused
char* _description;