OSDN Git Service

[Refactor] #37353 配列用ポインタ town を他の慣例に従い town_info に改名。 / Rename town pointer to town_...
[hengband/hengband.git] / src / save.c
index 5070eb6..62a9059 100644 (file)
@@ -1496,7 +1496,7 @@ static bool wr_savefile_new(void)
        {
                for (j = 0; j < MAX_STORES; j++)
                {
-                       wr_store(&town[i].store[j]);
+                       wr_store(&town_info[i].store[j]);
                }
        }