aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 53c00f6ec0..8dc96bc3a9 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -512,6 +512,7 @@ class SoundResource {
public:
struct Channel {
byte number;
+ bool isRhythm;
byte poly;
uint16 prio;
uint16 size;