aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMartin Kiewitz2009-12-23 16:21:32 +0000
committerMartin Kiewitz2009-12-23 16:21:32 +0000
commit54ec4654e9fc65356ec8ed69066a39ff35b514b2 (patch)
treec04223272eb6737e9531c5ac2e178a8e97e5c453 /engines/sci
parentfd861aaac4a4806bc53eecd6c7df4c9bac59da6f (diff)
downloadscummvm-rg350-54ec4654e9fc65356ec8ed69066a39ff35b514b2.tar.gz
scummvm-rg350-54ec4654e9fc65356ec8ed69066a39ff35b514b2.tar.bz2
scummvm-rg350-54ec4654e9fc65356ec8ed69066a39ff35b514b2.zip
SCI: new music code / removed unused sz from Track struct
svn-id: r46503
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index ef0674badd..f857b6ab30 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -453,7 +453,6 @@ public:
byte nDigital;
byte channelCount;
Channel *channels;
- uint sz;
};
public:
SoundResource(uint32 resNumber, ResourceManager *resMan, SciVersion soundVersion);