SCUMM: Adjust timings for Italian Sam & Max Floppy intro.

This version uses English speech, and doesn't need the workaround for
the fight animation speeds. But several lines still had to be re-timed.
This commit is contained in:
Torbjörn Andersson 2022-04-03 12:27:39 +02:00 committed by Torbjörn Andersson
parent 5280abc4d7
commit 6d8eba977d
2 changed files with 26 additions and 8 deletions

View file

@ -664,7 +664,9 @@ void ScummEngine::writeVar(uint var, int value) {
// Max beats up the scientist. This was probably to
// match the subtitles to the speech better, but this
// is just too much!
// is just too much! The floppy version doesn't do this
// but there's no need to explicitly test this since
// the script never sets the value to 2 there.
if (value == 2 && _language == Common::IT_ITA)
value = 3;
}