Add all (boolean) Game Settings to Settingsmenu (#3616)
This commit is contained in:
parent
170086433b
commit
ff5de056fa
9 changed files with 65 additions and 53 deletions
|
|
@ -4338,7 +4338,7 @@ unsigned int Object::GetId() const
|
|||
|
||||
bool Object::IsDisabled() const
|
||||
{
|
||||
if (!sgOptions.Gameplay.bDisableCripplingShrines) {
|
||||
if (!*sgOptions.Gameplay.disableCripplingShrines) {
|
||||
return false;
|
||||
}
|
||||
if (IsAnyOf(_otype, _object_id::OBJ_GOATSHRINE, _object_id::OBJ_CAULDRON)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue