From 567cf89fb92f9d2866a94bf2b5d1206c3590ed0a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Jan 2009 00:54:36 +0000 Subject: Fix play-during svn path=/trunk/libcss/; revision=6130 --- src/bytecode/opcodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bytecode/opcodes.h') diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h index 3de9fc1..f82d129 100644 --- a/src/bytecode/opcodes.h +++ b/src/bytecode/opcodes.h @@ -453,6 +453,7 @@ enum op_pitch { }; enum op_play_during { + PLAY_DURING_TYPE_MASK = 0x009f, PLAY_DURING_URI = 0x0080, PLAY_DURING_MIX = (1<<6), PLAY_DURING_REPEAT = (1<<5), -- cgit v1.2.3