mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix wording of one string and the changelog entry
Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
This commit is contained in:
committed by
GitHub
parent
62bc8dfd1f
commit
0e5d602a7e
@@ -2,7 +2,7 @@
|
||||
------------------------------------------------------------------------
|
||||
- Improved: [#24368] Clicking the in-game update notication now leads to a more user-friendly download page.
|
||||
- Change: [#24342] g2.dat is now split into g2.dat and fonts.dat.
|
||||
- Change: [#24362] The Windows installer now prevents installing to the same folder as RollerCoaster Tycoon 2.
|
||||
- Change: [#24362] The Windows installer now prevents installing to the same folder as RollerCoaster Tycoon 2 or Classic.
|
||||
- Fix: [#24346] Possible crash during line drawing in OpenGL mode.
|
||||
- Fix: [#24353] ‘Show dirty visuals’ is off by one pixel and does not work correctly with higher framerates.
|
||||
- Fix: [#24362] When upgrading from an older version on Windows, old versions of official objects are not always removed.
|
||||
|
||||
@@ -562,7 +562,7 @@ Function DoNotInstallInRCT2Folder
|
||||
datag1notexists:
|
||||
IfFileExists "$INSTDIR\Assets\g1.dat" assetsg1exists assetsg1notexists
|
||||
assetsg1exists:
|
||||
MessageBox MB_OK|MB_ICONSTOP `You cannot install OpenRCT2 to the same directory as RollerCoaster Classic.`
|
||||
MessageBox MB_OK|MB_ICONSTOP `You cannot install OpenRCT2 to the same directory as RollerCoaster Tycoon Classic.`
|
||||
Abort
|
||||
assetsg1notexists:
|
||||
FunctionEnd
|
||||
|
||||
Reference in New Issue
Block a user