OSDN Git Service

[Refactor] #40514 has_free_act() を BIT_FLAGS 返り値持ちに仕様変更. / has_free_act() was changed...
[hengband/hengband.git] / src / floor / floor-save-util.c
1 #include "floor/floor-save-util.h"
2
3 /*
4  * Sign for current process used in temporary files.
5  * Actually it is the start time of current process.
6  */
7 u32b saved_floor_file_sign;
8 saved_floor_type saved_floors[MAX_SAVED_FLOORS];
9 bool repair_monsters;
10 FLOOR_IDX max_floor_id; /*!< Number of floor_id used from birth */
11 FLOOR_IDX new_floor_id; /*!<次のフロアのID / floor_id of the destination */
12 u32b latest_visit_mark; /*!<フロアを渡った回数?(確認中) / Max number of visit_mark */
13 monster_type party_mon[MAX_PARTY_MON]; /*!< フロア移動に保存するペットモンスターの配列 */