Skip to content

Commit

Permalink
Editor: returned HasMODMusic property as obsolete to prevent load error
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Oct 27, 2023
1 parent 7c52f9f commit c4e8e75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Editor/AGS.Types/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,10 @@ public int MaximumScore
set { _totalScore = value; }
}

[Obsolete]
[Browsable(false)]
public bool HasMODMusic { get; }

[DisplayName("Default mask resolution")]
[Description("What resolution do room region masks have relative to the room size")]
[Category("Rooms")]
Expand Down

0 comments on commit c4e8e75

Please sign in to comment.