OSDN Git Service

#37287 #37353 (2.2.0.89) MULTIPLY 型を定義し、型の置換を継続中。 / Define MULTIPLY, ongoing type...
[hengband/hengband.git] / src / types.h
index 8f8042f..c32b0d3 100644 (file)
@@ -1634,9 +1634,9 @@ struct dungeon_info_type {
        BIT_FLAGS m_a_ability_flags4;
 
        char r_char[5];         /* Monster race allowed */
-       int final_object;       /* The object you'll find at the bottom */
-       int final_artifact;     /* The artifact you'll find at the bottom */
-       int final_guardian;     /* The artifact's guardian. If an artifact is specified, then it's NEEDED */
+       KIND_OBJECT_IDX final_object;   /* The object you'll find at the bottom */
+       ARTIFACT_IDX final_artifact;    /* The artifact you'll find at the bottom */
+       MONRACE_IDX final_guardian;     /* The artifact's guardian. If an artifact is specified, then it's NEEDED */
 
        byte special_div;       /* % of monsters affected by the flags/races allowed, to add some variety */
        int tunnel_percent;