1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-27 00:41:08 +02:00

video button

This commit is contained in:
Laserlicht
2024-01-23 23:45:31 +01:00
committed by GitHub
parent 634b90169d
commit 0df4f9bda5
3 changed files with 7 additions and 1 deletions

View File

@ -64,5 +64,6 @@ void CPrologEpilogVideo::clickPressed(const Point & cursorPosition)
close();
CCS->soundh->stopSound(voiceSoundHandle);
CCS->soundh->stopSound(videoSoundHandle);
exitCb();
if(exitCb)
exitCb();
}