Skip to content

Commit

Permalink
Fixed build warning related to power overcharge level
Browse files Browse the repository at this point in the history
  • Loading branch information
Loobinex committed Oct 10, 2024
1 parent 676367c commit 1c9ff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ struct SpellConfig {
struct MagicStats {
long cost[MAGIC_OVERCHARGE_LEVELS];
long duration;
long strength[MAGIC_OVERCHARGE_LEVELS];
long strength[MAGIC_OVERCHARGE_LEVELS+1];
};

struct MagicConfig {
Expand Down

0 comments on commit 1c9ff12

Please sign in to comment.