]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/mapxml/plugin.cpp
add an opt-out setting to not write entity and brush number comment on map write
[xonotic/netradiant.git] / plugins / mapxml / plugin.cpp
index fb850543765efbb2bc20396ef3410b0b6c46fc3d..73bccb1745ede52d50c6e95649b8b13cf9fedfbf 100644 (file)
@@ -86,7 +86,7 @@ public:
         Map_Read(root, inputStream, entityTable);
     }
 
-    void writeGraph(scene::Node &root, GraphTraversalFunc traverse, TextOutputStream &outputStream) const
+    void writeGraph(scene::Node &root, GraphTraversalFunc traverse, TextOutputStream &outputStream, bool writeComments) const
     {
         Map_Write(root, traverse, outputStream);
     }