OSDN Git Service

[Refactor] #37353 ウィザードモードフラグ を player_type 構造体から world_type 構造体へ移動.
[hengband/hengband.git] / src / world.h
index 1d4b485..c3c93ba 100644 (file)
@@ -55,9 +55,11 @@ typedef struct {
 
        bool creating_savefile;         /* New savefile is currently created */
 
+       bool wizard;              /* This world under wizard mode */
+
 
 } world_type;
 
 extern bool is_daytime(void);
 extern void extract_day_hour_min(int *day, int *hour, int *min);
-extern world_type *current_world_ptr;
\ No newline at end of file
+extern world_type *current_world_ptr;