X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fworld.h;h=ede12ad409e7286b1b7c614cc3ca5803c7d9f574;hb=37bd983c98fe21a61cb42a450a81b6ddf4638b0c;hp=e52daf14ab7fef1d3fb7e6949c95cfbd779ba578;hpb=bc0912f0342d96557ac0598cbaf517479f19f324;p=hengband%2Fhengband.git diff --git a/src/world.h b/src/world.h index e52daf14a..ede12ad40 100644 --- a/src/world.h +++ b/src/world.h @@ -60,6 +60,8 @@ typedef struct { OBJECT_IDX max_o_idx; /*!< Maximum number of objects in the level */ MONSTER_IDX max_m_idx; /*!< Maximum number of monsters in the level */ + DUNGEON_IDX max_d_idx; + } world_type; extern bool is_daytime(void);