aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 4edf1892a7..816813769f 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -258,9 +258,8 @@ public:
class ViewPortPalEntry {
public:
uint16 _rEntry, _gEntry, _bEntry;
- uint16 field6, field8, fieldA;
- uint16 fieldC;
- uint16 fieldE;
+ uint16 _rChange, _gChange, _bChange;
+ uint16 _palIndex;
public:
ViewPortPalEntry(const byte *src);
};