From 7615f926d55cb7c9bf08d72be69f66f0d88479b6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 28 Jun 2015 16:38:47 +0200 Subject: SAGA: Tweak music timing in IHNM intro This wasn't a regression. The music has always been cut off at an awkward point. --- engines/saga/introproc_ihnm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/saga/introproc_ihnm.cpp') diff --git a/engines/saga/introproc_ihnm.cpp b/engines/saga/introproc_ihnm.cpp index fc28d2372f..dc3f55e8c1 100644 --- a/engines/saga/introproc_ihnm.cpp +++ b/engines/saga/introproc_ihnm.cpp @@ -68,7 +68,7 @@ int Scene::IHNMStartProc() { // Play the title music _vm->_music->play(1, MUSIC_NORMAL); // Play title screen - playTitle(2, 17); + playTitle(2, _vm->_music->isAdlib() ? 20 : 27); } } } else { @@ -150,7 +150,7 @@ bool Scene::checkKey() { break; case Common::EVENT_KEYDOWN: // Don't react to modifier keys alone. The original did - // non, and the user may want to change scaler without + // not, and the user may want to change scaler without // terminating the intro. if (event.kbd.ascii) res = true; -- cgit v1.2.3