DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.74k stars 231 forks source link

Only close SDL audio if it's open. #409

Closed GravisZro closed 1 month ago

GravisZro commented 1 month ago

Description

There wasn't anything preventing D3 from trying to close an invalid device id. This is simple check to ensure that sound_device actually contained a valid value.

Pull Request Type