aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.h
diff options
context:
space:
mode:
authorMax Horn2009-09-27 19:23:44 +0000
committerMax Horn2009-09-27 19:23:44 +0000
commit4edecad9db05c169bdccf2d45f212eb4e643bdb9 (patch)
tree20764e1b3751149370562648130501e43fc39c15 /engines/tinsel/sound.h
parentcf1031fc63a19bfebc82744ab4b1ed55a3868408 (diff)
downloadscummvm-rg350-4edecad9db05c169bdccf2d45f212eb4e643bdb9.tar.gz
scummvm-rg350-4edecad9db05c169bdccf2d45f212eb4e643bdb9.tar.bz2
scummvm-rg350-4edecad9db05c169bdccf2d45f212eb4e643bdb9.zip
TINSEL: cleanup
svn-id: r44416
Diffstat (limited to 'engines/tinsel/sound.h')
-rw-r--r--engines/tinsel/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h
index 9bdd037ff0..27682a4a21 100644
--- a/engines/tinsel/sound.h
+++ b/engines/tinsel/sound.h
@@ -92,7 +92,7 @@ protected:
uint32 *_sampleIndex;
/** Number of entries in the sample index */
- long _sampleIndexLen;
+ int _sampleIndexLen;
/** Specifies if the sample-data is compressed and if yes, how */
SoundMode _soundMode;