diff options
author | Jaromir Wysoglad | 2019-06-06 17:21:11 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | 925784f01b6121084b3797df56da4dc72e160fc5 (patch) | |
tree | 9f749105cabcb4eac81437d1aa59abb767241029 /engines/supernova2/resman.cpp | |
parent | 5fe8f6fae9974375174361623984cc481790aa98 (diff) | |
download | scummvm-rg350-925784f01b6121084b3797df56da4dc72e160fc5.tar.gz scummvm-rg350-925784f01b6121084b3797df56da4dc72e160fc5.tar.bz2 scummvm-rg350-925784f01b6121084b3797df56da4dc72e160fc5.zip |
SUPERNOVA2: Add ship room
Diffstat (limited to 'engines/supernova2/resman.cpp')
-rw-r--r-- | engines/supernova2/resman.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/supernova2/resman.cpp b/engines/supernova2/resman.cpp index 479366966d..7074731a55 100644 --- a/engines/supernova2/resman.cpp +++ b/engines/supernova2/resman.cpp @@ -58,6 +58,11 @@ static const AudioInfo audioInfo[kAudioNumSamples] = { {55, 17020, 18230}, {53, 0, 5210}, {47, 17020, -1}, + {51, 9020, -1}, + {51, 0, 6010}, + {50, 0, -1}, + {51, 6010, 9020}, + {54, 0, -1} }; static const byte mouseNormal[64] = { |