aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
authorSven Hesse2007-01-06 11:17:20 +0000
committerSven Hesse2007-01-06 11:17:20 +0000
commit6e0835da114d23673ce456f18db5995b22a35da7 (patch)
tree2379335dedd2f014c51b4d34121dd8232745e431 /engines/gob/sound.h
parent61d741514e72d12d62248d6523cb149c37f7d51e (diff)
downloadscummvm-rg350-6e0835da114d23673ce456f18db5995b22a35da7.tar.gz
scummvm-rg350-6e0835da114d23673ce456f18db5995b22a35da7.tar.bz2
scummvm-rg350-6e0835da114d23673ce456f18db5995b22a35da7.zip
- Fixed cut off and missing sounds
- Fixed a crash/static reported in the forums (sending Winkle to the vulture) - (Hopefully) fixed the immediately-closing notepad heisenbug (#1621089) - Fixed using unitialised values after allocating the variables svn-id: r25025
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;