DescentDevelopers / Descent3

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

Registry: read hexadecimal values correctly #602

Closed Lgt2x closed 2 months ago

Lgt2x commented 2 months ago

Pull Request Type

Description

Hex string values from the registry containing an alpha character were parsed incorrectly. Use more standard hex parsing instead of hand-made incorrect function

Related Issues

590

Screenshots (if applicable)

Checklist

Additional Comments

Lgt2x commented 2 months ago

@ccfly42 this should fix PPS reading from #590 :)

winterheart commented 2 months ago

Tested on Linux, runs fine.