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 d755e9898c..5c989a7a38 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -45,7 +45,7 @@ public:
typedef void (*CleanupFuncPtr) (int16);
- SoundDesc *_loopingSounds[5]; // Should be enough
+ SoundDesc *_loopingSounds[10]; // Should be enough
char _playingSound;
CleanupFuncPtr _cleanupFunc;