mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- Exhumed: fixed incorrect CD tracks being played through cutscenes
This commit is contained in:
parent
38c9d3f702
commit
40730d26b8
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ class Cinema : SkippableScreenJob
|
|||
System.StopAllSounds();
|
||||
if (cdtrack != -1)
|
||||
{
|
||||
Exhumed.playCDtrack(cdtrack, false);
|
||||
Exhumed.playCDtrack(cdtrack+2, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue