1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Silence Clang warning

This commit is contained in:
ShadowNinja 2015-03-10 20:45:42 -04:00
parent d4e210ee95
commit adfcdc5484

View file

@ -100,8 +100,7 @@ struct MapgenSpecificParams {
virtual ~MapgenSpecificParams() {}
};
class MapgenParams {
public:
struct MapgenParams {
std::string mg_name;
s16 chunksize;
u64 seed;