summaryrefslogtreecommitdiff
path: root/src/dungeon_info_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commite17e742edb3809d45ce1edc716d71b3bb93056d6 (patch)
treef4570d74cd8f0f31aa198c589808cdfaa1ab2202 /src/dungeon_info_type.hpp
parentf693888666c64c75a636be3504e6decb55f2865b (diff)
Make obj_theme a non-POD struct
Diffstat (limited to 'src/dungeon_info_type.hpp')
-rw-r--r--src/dungeon_info_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_info_type.hpp b/src/dungeon_info_type.hpp
index c4edc770..b15cf9fe 100644
--- a/src/dungeon_info_type.hpp
+++ b/src/dungeon_info_type.hpp
@@ -63,7 +63,7 @@ struct dungeon_info_type
int ox = 0; /* Wilderness coordinates of exit */
int oy = 0; /* Wilderness coordinates of exit */
- obj_theme objs = obj_theme { 0, 0, 0, 0 }; /* The drops type */
+ obj_theme objs; /* The drops type */
int d_dice[4] = { 0 }; /* Number of dices */
int d_side[4] = { 0 }; /* Number of sides */