mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +00:00
- Exhumed: Stop playing kSoundJonLaugh2
in DLobotomyScreen
screenjob if skiprequest
is true.
This commit is contained in:
parent
b5823385e1
commit
6cbd607f31
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ public:
|
||||||
int Frame(uint64_t clock, bool skiprequest) override
|
int Frame(uint64_t clock, bool skiprequest) override
|
||||||
{
|
{
|
||||||
if (clock == 0) PlayLocalSound(StaticSound[kSoundJonLaugh2], 7000, false, CHANF_UI);
|
if (clock == 0) PlayLocalSound(StaticSound[kSoundJonLaugh2], 7000, false, CHANF_UI);
|
||||||
|
if (skiprequest) StopLocalSound();
|
||||||
return DImageScreen::Frame(clock, skiprequest);
|
return DImageScreen::Frame(clock, skiprequest);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue