OSDN Git Service

tag_type構造体に関する修正
[hengband/hengband.git] / src / types.h
index 344150b..bb0972f 100644 (file)
@@ -1512,7 +1512,7 @@ typedef struct tag_type tag_type;
 struct tag_type
 {
        int     tag;
-       void    *pointer;
+       int     index;
 };
 
 typedef bool (*monster_hook_type)(int r_idx);