From 1dbf319b59f7c76120b7956ac3f3381dbe26b0e3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Jun 2005 10:48:55 +0000 Subject: Add comments on smacker opcodes. svn-id: r18382 --- scumm/intern.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scumm/intern.h') 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; -- cgit v1.2.3