X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmapgen_singlenode.h;h=55a5033743b71cf490338c1673257be1ff8327e7;hb=91a9382c25328075d1a27593b22b0a75863951e1;hp=58672a0ede4dfeeb24b5c300f1169f3e7361c9b2;hpb=92705306bfb4994107a43514f29997cea15d48dc;p=dragonfireclient.git diff --git a/src/mapgen_singlenode.h b/src/mapgen_singlenode.h index 58672a0ed..55a503374 100644 --- a/src/mapgen_singlenode.h +++ b/src/mapgen_singlenode.h @@ -22,7 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapgen.h" -struct MapgenSinglenodeParams : public MapgenSpecificParams { +struct MapgenSinglenodeParams : public MapgenParams +{ MapgenSinglenodeParams() {} ~MapgenSinglenodeParams() {} @@ -30,7 +31,8 @@ struct MapgenSinglenodeParams : public MapgenSpecificParams { void writeParams(Settings *settings) const {} }; -class MapgenSinglenode : public Mapgen { +class MapgenSinglenode : public Mapgen +{ public: u32 flags; content_t c_node;