aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound.h')
-rw-r--r--engines/gob/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/sound.h b/engines/gob/sound.h
index 5c989a7a38..5b32569ac1 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -33,7 +33,7 @@ public:
struct SoundDesc {
Audio::SoundHandle handle;
char *data;
- int32 size;
+ uint32 size;
int16 repCount;
int16 timerTicks;
int16 inClocks;