Fix evidence icons not appearing after evidence has been presented once (#491)

all around me are familiar faces, worn out places, worn out faces
This commit is contained in:
in1tiate 2021-03-14 19:35:30 -05:00 committed by GitHub
parent db8df0d992
commit 3cac877378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ void AOEvidenceDisplay::show_evidence(QString p_evidence_image,
void AOEvidenceDisplay::reset()
{
sfx_player->stop();
evidence_movie->stop();
evidence_movie->kill();
evidence_icon->hide();
this->clear();
}