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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index ab66fa4ac6..a3f6c35213 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -450,7 +450,7 @@ public:
struct Track {
TrackType type;
- byte nDigital;
+ int16 digitalChannelNr;
byte channelCount;
Channel *channels;
};