aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index a42a936433..3c01f39ef5 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1100,9 +1100,9 @@ protected:
struct VideoParameters {
byte filename[260];
int32 status;
- int32 unk1;
+ int32 flags;
int32 unk2;
- int32 unk3;
+ int32 wizResNum;
};
VideoParameters _videoParams;