DescentDevelopers / Descent3

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

Fix use of DLLOpenCFile with std::filesystem::path making multiplayer crash #501

Closed Lgt2x closed 4 months ago

Lgt2x commented 4 months ago

Pull Request Type

Description

Conversion from char * to const std::filesystem::path & did not go as #486 expected, making the game crash when starting multiplayer, because filename provided to cfopen was null. This fixes the issue by doing explicit conversions

Related Issues

Fixup #486