summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h1
1 files changed, 1 insertions, 0 deletions
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),