summaryrefslogtreecommitdiff
path: root/src/monster_race.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster_race.hpp')
-rw-r--r--src/monster_race.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/monster_race.hpp b/src/monster_race.hpp
index 9fa9f590..94896c64 100644
--- a/src/monster_race.hpp
+++ b/src/monster_race.hpp
@@ -83,8 +83,7 @@ struct monster_race
byte total_visible = 0; /* Amount of this race that are visible */
- obj_theme drops = obj_theme /* The drops type */
- { 0, 0, 0, 0 };
+ obj_theme drops; /* The drops type */
};