BLADERUNNER: Make the cut content a runtime option
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game.
This commit is contained in:
parent
620864293d
commit
ee2dcf6375
13 changed files with 774 additions and 766 deletions
|
@ -59,6 +59,15 @@ static const ADExtraGuiOptionsMap optionsList[] = {
|
|||
false
|
||||
}
|
||||
},
|
||||
{
|
||||
GAMEOPTION_CUT_CONTENT,
|
||||
{
|
||||
_s("Restore cut content"),
|
||||
_s("Restore content which was cut from the original game"),
|
||||
"cutcontent",
|
||||
true
|
||||
}
|
||||
},
|
||||
AD_EXTRA_GUI_OPTIONS_TERMINATOR
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue