0x1F9F1 / Open1560

A mod for Midtown Madness 1, primarily focused on supporting modern computers and fixing bugs.
https://0x1F9F1.github.io/Open1560
GNU General Public License v3.0
110 stars 9 forks source link

Texture Resolution Changes to High #100

Closed 0x1F9F1 closed 2 years ago

0x1F9F1 commented 3 years ago

Although it does not modify the underlying value (agiRQ.TextureQuality), the texture resolution graphics option changes to High (if it was Very High). This is because the initial string passed to UIMenu::AddTextDropdown only contains Low|Medium|High. It is only in SetTexQualString the string is changed to contain the Very High option. The best option would probably be to just update the cached value in UITextDropdown::AssignString after calling TextDropWidget::SetString