diff options
Diffstat (limited to 'engines/supernova2/resman.cpp')
-rw-r--r-- | engines/supernova2/resman.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/supernova2/resman.cpp b/engines/supernova2/resman.cpp index 7074731a55..b4fdb48e53 100644 --- a/engines/supernova2/resman.cpp +++ b/engines/supernova2/resman.cpp @@ -62,7 +62,8 @@ static const AudioInfo audioInfo[kAudioNumSamples] = { {51, 0, 6010}, {50, 0, -1}, {51, 6010, 9020}, - {54, 0, -1} + {54, 0, -1}, + {50, 0, -1} }; static const byte mouseNormal[64] = { |