OSDN Git Service

[Refactor] #37353 cmd4~gameoption間整理。 / Refactor between cmd4 and gameoption.
[hengband/hengband.git] / src / gameoption.c
index 0efa4b6..a8de5ee 100644 (file)
@@ -434,3 +434,15 @@ const option_type cheat_info[CHEAT_MAX] =
        }\r
 };\r
 \r
+\r
+/*!\r
+* \8e©\93®\83Z\81[\83u\83I\83v\83V\83\87\83\93\83e\81[\83u\83\8b\r
+*/\r
+const option_type autosave_info[2] =\r
+{\r
+       { &autosave_l,      FALSE, 255, 0x01, 0x00,\r
+       "autosave_l",    _("\90V\82µ\82¢\8aK\82É\93ü\82é\93x\82É\8e©\93®\83Z\81[\83u\82·\82é", "Autosave when entering new levels") },\r
+\r
+       { &autosave_t,      FALSE, 255, 0x02, 0x00,\r
+       "autosave_t",   _("\88ê\92è\83^\81[\83\93\96\88\82É\8e©\93®\83Z\81[\83u\82·\82é", "Timed autosave") },\r
+};\r