Skip to content

Commit

Permalink
Fix GCC-only warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Chin committed Sep 3, 2021
1 parent cc77a58 commit bbf7abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mtype.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ struct mtype {
int armor_bullet = -1; /** innate armor vs. bullet */
int armor_acid = -1; /** innate armor vs. acid */
int armor_fire = -1; /** innate armor vs. fire */
weakpoints weakpoints;
::weakpoints weakpoints;

// Bleed rate in percent, 0 makes the monster immune to bleeding
int bleed_rate = 100;
Expand Down

0 comments on commit bbf7abb

Please sign in to comment.