OSDN Git Service

Add Description to Dungeon class.
authorDeskull <desull@users.sourceforge.jp>
Fri, 6 Jun 2014 11:34:02 +0000 (20:34 +0900)
committerDeskull <desull@users.sourceforge.jp>
Fri, 6 Jun 2014 11:34:02 +0000 (20:34 +0900)
Deeangband/Dungeon.h
lib-Vanilla/Dungeon.xml

index bbb51d9..b3fd702 100644 (file)
@@ -82,6 +82,7 @@ namespace Deeangband
                        if(version >= 0)
                        {
                                archive & boost::serialization::make_nvp("Name", name);
+                               archive & boost::serialization::make_nvp("Description", description);
                                archive & boost::serialization::make_nvp("MinDepth", minDepth);
                                archive & boost::serialization::make_nvp("MaxDepth", maxDepth);
                                archive & boost::serialization::make_nvp("OuterWallFeature", outerWallFeature);
index 6a22c42..a33d939 100644 (file)
@@ -9,6 +9,7 @@
                <second class_id="2" tracking_level="0" version="1">
                        <px class_id="3" tracking_level="1" version="10" object_id="_0">
                                <Name>à\80\88ó\82Ì\91Ù</Name>
+                               <Description>\91S\82Ä\82Ì\81\80\88ó\8eÒ\81r\82ª\96³\8cÀ\82É\90\82Ü\82ê\97\8e\82¿\82é\82Æ\82¢\82¤\8eô\82¢\82Ì\8e\9e\8bó\81B\81\80\88ó\8eÒ\81r\82Ì\91\8dÝ\82ð\8aõ\82Þ\8eÒ\92B\82Ì\91½\82­\82ª\82±\82Ì\8c³\8b¥\82ð\94j\89ó\82·\82é\82½\82ß\82É\92T\82µ\8b\81\82ß\82Ä\82¢\82é\82ª\81A\91S\82Ä\93k\98J\82É\8fI\82í\82Á\82Ä\82¢\82é\81B\90_\81X\82·\82ç\92H\82è\92\85\82¯\82Ê\81A\91½\8c³\89F\92\88\82Ì\91¥\82Ì\8aO\82É\82±\82Ì\92n\82Í\91\8dÝ\82·\82é\82Ì\82¾\82ë\82¤\82©\81B</Description>
                                <MinDepth>1</MinDepth>
                                <MaxDepth>50</MaxDepth>
                                <OuterWallFeature>VANILLA_PERMANENT_WALL</OuterWallFeature>