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 42f6f62949..3e1cb7d0e8 100644 --- a/engines/supernova2/resman.cpp +++ b/engines/supernova2/resman.cpp @@ -63,7 +63,8 @@ static const AudioInfo audioInfo[kAudioNumSamples] = { {51, 0, 6010}, {50, 0, -1}, {51, 6010, 9020}, - {54, 0, -1} + {54, 0, -1}, + {48, 0, -1} }; static const byte mouseNormal[64] = { |