Skip to content

Commit

Permalink
Fix wrong preset modified detection for MangaGamer preset
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 18, 2021
1 parent 32273fb commit ca7083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOD.Scripts.UI/MODActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public static int GetADVNVLRyukishiModeFromFlags(out bool presetModified)
// Mangagamer Preset
presetModified = presetModified ||
BurikoMemory.Instance.GetGlobalFlag("GBackgroundSet").IntValue() != 0 ||
BurikoMemory.Instance.GetGlobalFlag("GArtStyle").IntValue() != 0 ||
BurikoMemory.Instance.GetGlobalFlag("GArtStyle").IntValue() != 1 ||
BurikoMemory.Instance.GetGlobalFlag("GADVMode").IntValue() != 0 ||
BurikoMemory.Instance.GetGlobalFlag("GLinemodeSp").IntValue() != 2 ||
BurikoMemory.Instance.GetGlobalFlag("GRyukishiMode").IntValue() != 0 ||
Expand Down

0 comments on commit ca7083d

Please sign in to comment.