aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 4226078bfd..573edc9734 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1089,6 +1089,16 @@ protected:
FloodStateParameters _floodStateParams;
+ struct VideoParameters {
+ byte filename[260];
+ int32 status;
+ int32 unk1;
+ int32 unk2;
+ int32 unk3;
+ };
+
+ VideoParameters _videoParams;
+
int32 _heObject, _heObjectNum;
int32 _hePaletteNum;