OSDN Git Service

int型で良い変数をいくつか見つけたのでint型にしておいた。(なぜbyteやs16bになってるのか理解に苦しむ。)
[hengband/hengband.git] / src / init1.c
index be76820..d9b3273 100644 (file)
@@ -3362,7 +3362,7 @@ static errr process_dungeon_file_aux(char *buf, int ymin, int xmin, int ymax, in
                        {
                                if (a_info[artifact_index].cur_num)
                                {
-                                       s16b k_idx = 198;
+                                       int k_idx = 198;
                                        object_type forge;
                                        object_type *q_ptr = &forge;