aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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;
};