- Exhumed: fixed incorrect CD tracks being played through cutscenes

This commit is contained in:
Christoph Oelckers 2021-08-14 10:40:38 +02:00
parent 38c9d3f702
commit 40730d26b8

View file

@ -481,7 +481,7 @@ class Cinema : SkippableScreenJob
System.StopAllSounds(); System.StopAllSounds();
if (cdtrack != -1) if (cdtrack != -1)
{ {
Exhumed.playCDtrack(cdtrack, false); Exhumed.playCDtrack(cdtrack+2, false);
} }
} }