Skip to content

Commit

Permalink
Add tag to character detail fixer method
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Aug 22, 2021
1 parent 68aa73b commit 2497de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AngelLoader/GameConfigFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ internal static void ResetGameConfigTempChanges(bool[]? perGameGoFlags = null)
// character_detail back to 1 in cam.cfg.
// We also force character_detail 1 in all other config files from which that value can be read and applied.
// TODO(character_detail fix): Let the user turn this off with an advanced option.
// @CAN_RUN_BEFORE_VIEW_INIT
internal static void FixCharacterDetailLine(string gamePath)
{
if (!Config.EnableCharacterDetailFix) return;
Expand Down

0 comments on commit 2497de0

Please sign in to comment.