mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 04:34:16 +01:00
- Fix: Failed to load lzo compressed savegames sometimes [FS#6450] (r27793) - Fix: [Win32] Mark OpenTTD as DPI-aware to avoid OS window scaling that breaks mouse input [FS#6366] (r27791, r27790) - Fix: [NewGRF] Get vehicle load amount after executing new cargo trigger [FS#6536] (r27788) - Fix: AI configuration changed incorrect parameter when some parameters are hidden [FS#6479] (r27787, r27786) - Fix: Buoys not always drawn after being placed depending on zoom level [FS#6508] (r27785) - Fix: Allow rail conversion even if ship is on tile [FS#6505] (r27784)
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" >
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
<dpiAware>True/PM</dpiAware>
|
|
</windowsSettings>
|
|
</application>
|
|
</assembly>
|