aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-07-04 13:04:59 +0200
committerAdrian Frühwirth2018-07-04 13:04:59 +0200
commitcf0f0122e458363181fddd9ff50b3dc0a2deddcd (patch)
tree5921d76cdeb6c1bbcb04f281b341efed5f9fd772
parentaadaf0ce5034a64668b5fd6a800f12afd374b11f (diff)
downloadscummvm-rg350-cf0f0122e458363181fddd9ff50b3dc0a2deddcd.tar.gz
scummvm-rg350-cf0f0122e458363181fddd9ff50b3dc0a2deddcd.tar.bz2
scummvm-rg350-cf0f0122e458363181fddd9ff50b3dc0a2deddcd.zip
TUCKER: Make _compressedSoundFlags uint16
-rw-r--r--engines/tucker/tucker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index acdd741d22..25e6c3072f 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -387,7 +387,7 @@ public:
private:
int _compressedSoundType;
- int _compressedSoundFlags;
+ uint16 _compressedSoundFlags;
Common::File _fCompressedSound;
};