summaryrefslogtreecommitdiff
path: root/src/monster_blow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster_blow.hpp')
-rw-r--r--src/monster_blow.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/monster_blow.hpp b/src/monster_blow.hpp
index 0f19f64c..6e0ee6e5 100644
--- a/src/monster_blow.hpp
+++ b/src/monster_blow.hpp
@@ -12,8 +12,8 @@
*/
struct monster_blow
{
- byte method;
- byte effect;
- byte d_dice;
- byte d_side;
+ byte method = 0;
+ byte effect = 0;
+ byte d_dice = 0;
+ byte d_side = 0;
};