mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 17:30:51 +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();
|
System.StopAllSounds();
|
||||||
if (cdtrack != -1)
|
if (cdtrack != -1)
|
||||||
{
|
{
|
||||||
Exhumed.playCDtrack(cdtrack, false);
|
Exhumed.playCDtrack(cdtrack+2, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue