Skip to content

Commit

Permalink
add missing initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Sep 20, 2024
1 parent 6036252 commit 7d51b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/player/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,7 @@ void player_t::init_scaling()
{
invert_scaling = 0;

bool attack, spell, tank, heal = false;
bool attack = false, spell = false, tank = false, heal = false;

switch ( primary_role() )
{
Expand Down

0 comments on commit 7d51b11

Please sign in to comment.