From a94fada0ae13b04d54684d470d5b86ab68a2df55 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 9 Dec 2007 13:41:59 +0000 Subject: - minor screen fix for OS - added new debug channel for sound - updated 2 opcodes comments svn-id: r29790 --- engines/cine/cine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/cine/cine.h') diff --git a/engines/cine/cine.h b/engines/cine/cine.h index 8d9fdb6f8e..7ce5231446 100644 --- a/engines/cine/cine.h +++ b/engines/cine/cine.h @@ -126,7 +126,8 @@ enum { enum { kCineDebugScript = 1 << 0, - kCineDebugPart = 1 << 1 + kCineDebugPart = 1 << 1, + kCineDebugSound = 1 << 2 }; enum { -- cgit v1.2.3