Skip to content

Commit

Permalink
Fixed missing congif macro for the reach donut.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Nov 30, 2023
1 parent a7c3bf5 commit ab9cae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TemplePlus/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ static ConfigSetting configSettings[] = {
CONF_BOOL(upscaleLinearFiltering),
CONF_BOOL(disableChooseRandomSpell_RegardInvulnerableStatus),
CONF_BOOL(wildShapeUsableItems),
CONF_INT(npcStatBoost)
CONF_INT(npcStatBoost),
CONF_BOOL(disableReachWeaponDonut)
};

void TemplePlusConfig::Load() {
Expand Down

0 comments on commit ab9cae6

Please sign in to comment.