mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
app: fix typo in improved exit crash fix desc
This commit is contained in:
parent
4b4138c91c
commit
65b074d98e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ PatchGrid::PatchGrid()
|
||||||
AddPatch("ExitCrashFix",
|
AddPatch("ExitCrashFix",
|
||||||
"LEGO Island contains a bug that frequently crashes the game when trying "
|
"LEGO Island contains a bug that frequently crashes the game when trying "
|
||||||
"to exit. This is particularly prevalent on newer versions of Windows and Wine. This "
|
"to exit. This is particularly prevalent on newer versions of Windows and Wine. This "
|
||||||
"patch will fix the crash and the associated animation gltiches and audio buzzes.",
|
"patch will fix the crash and the associated animation glitches and audio buzzes.",
|
||||||
AddBoolItem(sectionGeneral, "Exit Crash Fix", false));
|
AddBoolItem(sectionGeneral, "Exit Crash Fix", false));
|
||||||
|
|
||||||
// Controls section
|
// Controls section
|
||||||
|
|
Loading…
Reference in a new issue