diff options
author | Torbjörn Andersson | 2005-08-30 17:14:40 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-08-30 17:14:40 +0000 |
commit | e64b22f5bd47bffe2d9e4f1bbbd0a90b05d11ba4 (patch) | |
tree | 92b53f492a6e90e0e2968a8e8694376c63b4a14c /sky | |
parent | d8c2e96938ccd8e3480da477643bd7c566f4d7a4 (diff) | |
download | scummvm-rg350-e64b22f5bd47bffe2d9e4f1bbbd0a90b05d11ba4.tar.gz scummvm-rg350-e64b22f5bd47bffe2d9e4f1bbbd0a90b05d11ba4.tar.bz2 scummvm-rg350-e64b22f5bd47bffe2d9e4f1bbbd0a90b05d11ba4.zip |
Use a quieter helicopter sound during the "He was only a robot. Oh, I loved
the little guy." line to keep it from being drowned out. I don't know what
the original did, but one of my old patches (pre-0.5.0, I think) messed
around here, so I may have broken it then. Or not. Anyway, this sounds
better to me.
svn-id: r18723
Diffstat (limited to 'sky')
-rw-r--r-- | sky/intro.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/intro.cpp b/sky/intro.cpp index faa764ac0a..400086bd1c 100644 --- a/sky/intro.cpp +++ b/sky/intro.cpp @@ -336,6 +336,8 @@ uint16 Intro::_cdIntroSeq[] = { SHOWSCREEN, CD_20_LOG, FADEUP, CD_19_PAL, WAITVOICE, + LOADBG, 59496, // quiet heli + LOOPBG, PLAYVOICE, CDV_21, FADEDOWN, SHOWSCREEN, CD_21_LOG, |