mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix compilation under some Linux distributions
This commit is contained in:
@@ -136,7 +136,7 @@ struct MapgenFactory {
|
|||||||
|
|
||||||
class GenElement {
|
class GenElement {
|
||||||
public:
|
public:
|
||||||
uint32_t id;
|
u32 id;
|
||||||
std::string name;
|
std::string name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user