DescentDevelopers / Descent3

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

Fix ship select screen #454

Closed pzychotic closed 1 week ago

pzychotic commented 1 week ago

Pull Request Type

Description

Fixed aspect ratio of the ship select screen, by preventing the use of the user-specified aspect ratio (-aspect) when rendering that screen. Since that screen renders in 640x480, the user-specified aspect ratio will distort the image.

Related Issues

Fixes #446.

Screenshots (if applicable)

Checklist

Additional Comments