From efae5f30ea94f255e755bf0802cc88c97501d0b9 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 31 Aug 2005 20:54:51 +0000 Subject: cleanup svn-id: r18727 --- scumm/intern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/intern.h') 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; -- cgit v1.2.3