summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/opcodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index d6e5baf..64b9d26 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -584,7 +584,8 @@ enum op_visibility {
};
enum op_voice_family {
- VOICE_FAMILY_SET = 0x0080,
+ VOICE_FAMILY_STRING = 0x0080,
+ VOICE_FAMILY_IDENT_LIST = 0x0081,
VOICE_FAMILY_END = 0x0000,