Skip to content

Commit

Permalink
ChaosMod: Initialize DetailedValues struct whilst parsing effect config
Browse files Browse the repository at this point in the history
This broke effect config evaluation without existing effects.ini AGAIN
  • Loading branch information
pongo1231 committed Aug 25, 2023
1 parent bd0d813 commit b2b50cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ChaosMod/Effects/EffectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@ namespace EffectConfig
union
{
std::array<int, 8> ValuesRaw;
DetailedValues Values;
DetailedValues Values {};
};

ConfigValues()
{
}
} configValues;
// HACK: Store EffectCustomName seperately
std::string valueEffectName;
Expand Down

0 comments on commit b2b50cd

Please sign in to comment.